Exception: javax.management.RuntimeOperationsException
- public exception RuntimeOperationsException
- extends JMRuntimeException
Represents runtime exceptions thrown in the agent when performing operations on MBeans.
It wraps the actual
java.lang.RuntimeException thrown.Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- javax.management.JMRuntimeException
- javax.management.RuntimeOperationsException
Methods
-
RuntimeOperationsExceptiontop
public RuntimeOperationsException(RuntimeException e)Creates aRuntimeOperationsExceptionthat wraps the actualjava.lang.RuntimeException. -
RuntimeOperationsExceptiontop
public RuntimeOperationsException(RuntimeException e, String message)Creates aRuntimeOperationsExceptionthat wraps the actualjava.lang.RuntimeExceptionwith a detailed message. -
getCausetop
public Throwable getCause()Returns the actual RuntimeException thrown. -
getTargetExceptiontop
public RuntimeException getTargetException()Returns the actual RuntimeException thrown.
