javax.management
Class MBeanRegistrationExceptionjava.lang.Objec | +--java.lang.Throwable | +--java.lang.Exception | +--javax.management.JMException | +--javax.management.MBeanException | +--javax.management.MBeanRegistrationException
- public class
MBeanRegistrationException
- extends MBeanException
See Also:
- Serialized Form
MBeanException">
Constructor Summary
java.lang.Exception)">MBeanRegistrationException(java.lang.Exception exception)
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.java.lang.Exception, java.lang.String)">MBeanRegistrationException(java.lang.Exception exception, java.lang.String message)
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.
Methods inherited from class javax.management.MBeanException
getTargetException
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait java.lang.Exception)">
Constructor Detail
MBeanRegistrationException
publicMBeanRegistrationException
(java.lang.Exception exception)
- Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.
java.lang.Exception, java.lang.String)">
MBeanRegistrationException
publicMBeanRegistrationException
(java.lang.Exception exception, java.lang.String message)
- Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.