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,
toStringpublic MBeanRegistrationException(异常 e)
MBeanRegistrationException包裹实际的
java.lang.Exception 。
e - 包装的例外。