javax.management
Class JMExceptionjava.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
publicJMException
()
- Default Constructor.
java.lang.String)">
JMException
publicJMException
(java.lang.String message)
- Constructor that allows a specific error message to be specified.