java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RuntimeErrorException, RuntimeMBeanException, RuntimeOperationsException
- public class JMRuntimeException
- extends java.lang.RuntimeException
Exceptions thrown by JMX implementations. These types of errors
occur during invocations as opposed to JMExceptions
which are due to incorrect invocations.
- Version:
- $Revision: 1.2 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JMRuntimeException
public JMRuntimeException()
- Construct a new JMRuntimeException with no message.
JMRuntimeException
public JMRuntimeException(java.lang.String message)
- Construct a new JMRuntimeException with the given message.