Searched defs:RuntimeOperationsException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DRuntimeOperationsException.java36 public class RuntimeOperationsException extends JMRuntimeException { class in inherits:JMRuntimeException
48 * Creates a <CODE>RuntimeOperationsException</CODE> that wraps the actual <CODE>java.lang.RuntimeException</CODE>.
52 public RuntimeOperationsException(java.lang.RuntimeException e) { method in class:RuntimeOperationsException
58 * Creates a <CODE>RuntimeOperationsException</CODE> that wraps the actual <CODE>java.lang.RuntimeException</CODE>
64 public RuntimeOperationsException(java.lang.RuntimeException e, String message) { method in class:RuntimeOperationsException

Completed in 29 milliseconds