Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
public class: RuntimeOperationsException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            javax.management.JMRuntimeException
               javax.management.RuntimeOperationsException

All Implemented Interfaces:
    Serializable

Represents runtime exceptions thrown in the agent when performing operations on MBeans. It wraps the actual java.lang.RuntimeException thrown.
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public RuntimeOperationsException(RuntimeException e) 
    Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException.
    Parameters:
    e - the wrapped exception.
 public RuntimeOperationsException(RuntimeException e,
    String message) 
    Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.
    Parameters:
    e - the wrapped exception.
    message - the detail message.
Method from javax.management.RuntimeOperationsException Summary:
getCause,   getTargetException
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.RuntimeOperationsException Detail:
 public Throwable getCause() 
 public RuntimeException getTargetException()