javax.management
Class JMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.JMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MBeanException, OpenDataException, OperationsException, ReflectionException

public class JMException
extends Exception

A general superclass for all non-runtime management exceptions.

Since:
1.5
See Also:
Serialized Form

Constructor Summary
JMException()
          Constructs a new JMException.
JMException(String message)
          Constructs a new JMException with the specified 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

JMException

public JMException()
Constructs a new JMException.


JMException

public JMException(String message)
Constructs a new JMException with the specified message.

Parameters:
message - the error message to give to the user.