public final class MBeanCreationException extends ManagementException
NestedThrowable.Util
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
For compatibility
|
nested
Constructor and Description |
---|
MBeanCreationException(java.lang.String message)
Constructor for the MBeanCreationException object
|
MBeanCreationException(java.lang.String message,
java.lang.Throwable t)
Constructor for the MBeanCreationException object
|
MBeanCreationException(java.lang.Throwable t)
Constructor for the MBeanCreationException object
|
unWrapExceptions
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
private static final long serialVersionUID
public MBeanCreationException(java.lang.String message)
message
- Description of failurepublic MBeanCreationException(java.lang.Throwable t)
t
- Root cause of the failure.public MBeanCreationException(java.lang.String message, java.lang.Throwable t)
message
- Description of failuret
- Root cause of the failure.