javax.management
Class JMException

java.lang.Objec
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--

javax.management.JMException

Direct Known Subclasses:

MBeanException, OperationsException, ReflectionException, RelationException


public class

JMException

extends java.lang.Exception

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

Version:

1.6

Author:

Chiara Montecchio

See Also:

Serialized Form


Constructor Summary

JMException()
Default Constructor.
java.lang.String)">JMException(java.lang.String message)
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.


java.lang.String)">

 

JMException

public 

JMException

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