java.lang.Object java.lang.Throwable java.lang.Exception javax.management.JMException javax.management.MBeanException javax.management.MBeanRegistrationException
public class MBeanRegistrationException
包装由 MBeanRegistration
接口的 preRegister() 和 preDeregister() 方法所抛出的异常。
构造方法摘要 | |
---|---|
MBeanRegistrationException(Exception e) 创建一个包装实际 java.lang.Exception 的 MBeanRegistrationException 。 |
|
MBeanRegistrationException(Exception e, String message) 创建一个包装实际 java.lang.Exception 的 MBeanRegistrationException (带有详细消息)。 |
方法摘要 |
---|
从类 javax.management.MBeanException 继承的方法 |
---|
getCause, getTargetException |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public MBeanRegistrationException(Exception e)
java.lang.Exception
的
MBeanRegistrationException
。
e
- 被包装的异常。
public MBeanRegistrationException(Exception e, String message)
java.lang.Exception
的
MBeanRegistrationException
(带有详细消息)。
e
- 被包装的异常。
message
- 详细消息。