javax.management
Class JMRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.management.JMRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MonitorSettingException, RuntimeErrorException, RuntimeMBeanException, RuntimeOperationsException, RuntimeProxyException

public class JMRuntimeException
extends 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.30.2 $
Author:
Adrian Brock
See Also:
JMException, Serialized Form

Constructor Summary
JMRuntimeException()
          Construct a new JMRuntimeException with no message.
JMRuntimeException(String message)
          Construct a new JMRuntimeException with the given message.
 
Method Summary
 
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(String message)
Construct a new JMRuntimeException with the given message.

Parameters:
message - the error message.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.