public class MBeanRegistrationException extends MBeanException
MBeanRegistration
接口。
Constructor and Description |
---|
MBeanRegistrationException(异常 e)
创建一个
MBeanRegistrationException 包裹实际的
java.lang.Exception 。
|
MBeanRegistrationException(异常 e, String message)
创建一个
MBeanRegistrationException 包裹实际的
java.lang.Exception 与详细的消息。
|
getCause, getTargetException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MBeanRegistrationException(异常 e)
MBeanRegistrationException
包裹实际的
java.lang.Exception
。
e
- 包装的例外。