Example usage for Java javax.management RuntimeMBeanException fields, constructors, methods, implement or subclass
The text is from its open source code.
RuntimeMBeanException(java.lang.RuntimeException e) Creates a RuntimeMBeanException that wraps the actual java.lang.RuntimeException . |
Throwable | getCause() Returns the actual RuntimeException thrown. |
java.lang.RuntimeException | getTargetException() Returns the actual RuntimeException thrown. |