javax.management
类 MBeanRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.MBeanException
javax.management.MBeanRegistrationException
- 所有已实现的接口:
- Serializable
public class MBeanRegistrationException
- extends MBeanException
包装由 MBeanRegistration 接口的 preRegister() 和 preDeregister() 方法所抛出的异常。
- 从以下版本开始:
- 1.5
- 另请参见:
- 序列化表格
MBeanRegistrationException
public MBeanRegistrationException(Exception e)
- 创建一个包装实际
java.lang.Exception 的 MBeanRegistrationException。
- 参数:
e - 被包装的异常。
MBeanRegistrationException
public MBeanRegistrationException(Exception e,
String message)
- 创建一个包装实际
java.lang.Exception 的 MBeanRegistrationException(带有详细消息)。
- 参数:
e - 被包装的异常。message - 详细消息。