Example usage for Java javax.management JMException fields, constructors, methods, implement or subclass
The text is from its open source code.
JMException(String msg) Constructor that allows a specific error message to be specified. |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Class> | getClass() Returns the runtime class of this Object . |
String | getMessage() Returns the detail message string of this throwable. |
String | toString() Returns a short description of this throwable. |