public class MBeanRegistrationException extends MBeanException
MBeanRegistrationException. Calling MBeanException.getTargetException()
will return the wrapped exception.| Constructor and Description |
|---|
MBeanRegistrationException(java.lang.Exception e)
Constructs a new
MBeanRegistrationException wrapping
the specified exception. |
MBeanRegistrationException(java.lang.Exception e,
java.lang.String message)
Constructs a new
MBeanRegistrationException wrapping
the specified exception and using the supplied message. |
getCause, getTargetExceptionpublic MBeanRegistrationException(java.lang.Exception e)
MBeanRegistrationException wrapping
the specified exception.e - the exception to be wrapped.public MBeanRegistrationException(java.lang.Exception e, java.lang.String message)
MBeanRegistrationException wrapping
the specified exception and using the supplied message.e - the exception to be wrapped.message - the error message to give to the user.