类 MBeanInfoRetrievalException

    • 构造器详细资料

      • MBeanInfoRetrievalException

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

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