- 
- All Implemented Interfaces:
- Serializable
 
 
 public class RuntimeOperationsException
extends JMRuntimeException Represents runtime exceptions thrown in the agent when performing operations on MBeans.
 It wraps the actual java.lang.RuntimeExceptionthrown.
 
- Since:
- 1.5
- See Also:
- Serialized Form
 
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
 
 
- 
- 
Constructor Detail
- 
RuntimeOperationsExceptionpublic RuntimeOperationsException(RuntimeException e,
                                  String message)Creates a RuntimeOperationsExceptionthat wraps the actualjava.lang.RuntimeExceptionwith a detailed message.
 
- Parameters:
- e- the wrapped exception.
- message- the detail message.