java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
javax.management.RuntimeErrorException
- All Implemented Interfaces:
 Serializable
When a 
java.lang.Error occurs in the agent it should be caught and
 re-thrown as a RuntimeErrorException.- Since:
 - 1.5
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.RuntimeErrorException(Error e, String message) Constructor that allows a specific error message to be specified. - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RuntimeErrorException
Default constructor.- Parameters:
 e- the wrapped error.
 - 
RuntimeErrorException
Constructor that allows a specific error message to be specified.- Parameters:
 e- the wrapped error.message- the detail message.
 
 - 
 - 
Method Details