Example usage for Java javax.management RuntimeOperationsException fields, constructors, methods, implement or subclass
The text is from its open source code.
RuntimeOperationsException(java.lang.RuntimeException e, String message) Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message. | |
RuntimeOperationsException(java.lang.RuntimeException e) Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException . |