类 MBeanServerNotFoundException

    • 构造器详细资料

      • MBeanServerNotFoundException

        public MBeanServerNotFoundException​(String msg)
        Create a new MBeanServerNotFoundException with the supplied error message.
        参数:
        msg - the error message
      • MBeanServerNotFoundException

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