|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.tptp.monitoring.instrumentation.internal.jmx.exception.MBeanCreateException
Exception thrown when a the Mbean cannot be created correctly. Can occur either by the mbean server not allowing the model mbean to registered or mbean model was not created correctly.
| Constructor Summary | |
|---|---|
MBeanCreateException(java.lang.String msg)
Create a new MBeanCreateException with the given message. |
|
MBeanCreateException(java.lang.String msg,
java.lang.Throwable throwable)
Create a new MBeanCreateException with the given message and exception. |
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MBeanCreateException(java.lang.String msg)
MBeanCreateException with the given message.
msg - the message
public MBeanCreateException(java.lang.String msg,
java.lang.Throwable throwable)
MBeanCreateException with the given message and exception.
msg - the messagethrowable - the root cause
|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||