javax.management
Class JMRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.management.JMRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MonitorSettingException (src) , RuntimeErrorException (src) , RuntimeMBeanException (src) , RuntimeOperationsException (src) , RuntimeProxyException (src)

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.

See Also:
JMException (src) , Serialized Form

Constructor Summary
JMRuntimeException()
          Construct a new JMRuntimeException with no message.
JMRuntimeException(java.lang.String message)
          Construct a new JMRuntimeException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Parameters:
message - the error message.