public class MBeanRegistrationException extends MBeanException
MBeanRegistration interface.
| Constructor and Description |
|---|
MBeanRegistrationException(Exception
Creates an
MBeanRegistrationException that wraps the actual
java.lang.Exception.
|
MBeanRegistrationException(Exception
Creates an
MBeanRegistrationException that wraps the actual
java.lang.Exception with a detailed message.
|
getCause, getTargetExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MBeanRegistrationException(Exceptione)
MBeanRegistrationException that wraps the actual
java.lang.Exception.
e - the wrapped exception.