javax.management
Class JMException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.management.JMException
Direct Known Subclasses:
MalformedHttpException, MBeanException, OperationsException, ReflectionException, RelationException

public class JMException
extends java.lang.Exception

Exceptions thrown by JMX implementations. It does not include the runtime exceptions.

See Also:
Serialized Form

Constructor Summary
JMException()
          Default constructor.
JMException(java.lang.String msg)
          Constructor that allows a specific error message to be specified.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMException

public JMException()
Default constructor.

JMException

public JMException(java.lang.String msg)
Constructor that allows a specific error message to be specified.