模块 mxlib.api

类 ActuatorException

    • 构造器详细资料

      • ActuatorException

        public ActuatorException​(String message,
                                 Throwable cause)
      • ActuatorException

        public ActuatorException​(Throwable cause)
      • ActuatorException

        public ActuatorException()
        Creates a new instance of ActuatorException without detail message.
      • ActuatorException

        public ActuatorException​(String msg)
        Constructs an instance of ActuatorException with the specified detail message.
        参数:
        msg - the detail message.