类 MBeanRegistrationException

所有已实现的接口:
Serializable

public class MBeanRegistrationException extends MBeanException
包装 MBeanRegistration 接口的 preRegister()、preDeregister() 方法抛出的异常。
自从:
1.5
参见:
  • 构造方法详细信息

    • MBeanRegistrationException

      public MBeanRegistrationException(Exception  e)
      创建一个包装实际 java.lang.ExceptionMBeanRegistrationException
      参数:
      e - 包装异常。
    • MBeanRegistrationException

      public MBeanRegistrationException(Exception  e, String  message)
      创建一个 MBeanRegistrationException,用详细消息包装实际的 java.lang.Exception
      参数:
      e - 包装异常。
      message - 详细信息。