javax.management
public class JMException extends Exception
Since: 1.5
| Constructor Summary | |
|---|---|
| JMException()
Constructs a new JMException. | |
| JMException(String message)
Constructs a new JMException
with the specified message.
| |
JMException.JMException
with the specified message.
Parameters: message the error message to give to the user.