Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | JMRuntimeException(String
the detail message. message)Constructor that allows a specific error message to be specified. |
pack-priv |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
JMRuntimeException | back to summary |
---|---|
public JMRuntimeException() Default constructor. |
JMRuntimeException | back to summary |
---|---|
public JMRuntimeException(String message) Constructor that allows a specific error message to be specified.
|
JMRuntimeException | back to summary |
---|---|
pack-priv JMRuntimeException(String message, Throwable cause) Constructor with a nested exception. This constructor is package-private because it arrived too late for the JMX 1.2 specification. A later version may make it public. |