模块 mxlib.api

类 DecodeException

    • 构造器详细资料

      • DecodeException

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

        public DecodeException​(Throwable cause)
      • DecodeException

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

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