Example usage for Java javax.management ReflectionException fields, constructors, methods, implement or subclass
The text is from its open source code.
ReflectionException(java.lang.Exception e) Creates a ReflectionException that wraps the actual java.lang.Exception . | |
ReflectionException(java.lang.Exception e, String message) Creates a ReflectionException that wraps the actual java.lang.Exception with a detail message. |
Throwable | getCause() Returns the actual Exception thrown. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns the detail message string of this throwable. |
java.lang.Exception | getTargetException() Returns the actual Exception thrown. |
String | toString() Returns a short description of this throwable. |