|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.management.JMException | +--javax.management.MBeanException | +--javax.management.MBeanRegistrationException
This class wraps exceptions thrown by the preRegister(), preDeregister()
methods of the MBeanRegistration
.
Constructor Summary | |
MBeanRegistrationException(java.lang.Exception e)
Creates a MBeanRegistrationException that wraps the actual java.lang.Exception. |
|
MBeanRegistrationException(java.lang.Exception e,
java.lang.String message)
Creates a MBeanRegistrationException that wraps the actual java.lang.Exception with a detail message. |
Methods inherited from class javax.management.MBeanException |
getTargetException, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MBeanRegistrationException(java.lang.Exception e)
e
- Exception to be wraped by MBeanRegistrationExceptionpublic MBeanRegistrationException(java.lang.Exception e, java.lang.String message)
e
- Exception to be wraped by MBeanRegistrationExceptionmessage
- The detail message
|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |