javax.management
Class JMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.