A wrapper for exceptions thrown by MBeans that implement
MBeanRegistration. These exceptions are thrown in preRegister and
preDeregister.
See Also:javax.management.MBeanRegistration author: Adrian Brock version: $Revision: 57200 $
Construct a new MBeanRegistrationException from a given exception
and message.
Parameters: e - the exception to wrap. Parameters: message - the specified message.
Methods inherited from javax.management.MBeanException