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