-
- 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.RuntimeException
thrown.
- Since:
- 1.5
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
RuntimeOperationsException
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.