类 MBeanExportException

    • 构造器详细资料

      • MBeanExportException

        public MBeanExportException​(String msg)
        Create a new MBeanExportException with the specified error message.
        参数:
        msg - the detail message
      • MBeanExportException

        public MBeanExportException​(String msg,
                                    Throwable cause)
        Create a new MBeanExportException with the specified error message and root cause.
        参数:
        msg - the detail message
        cause - the root cause