Top Description Fields Constructors
javax.management

public Class JMRuntimeException

extends RuntimeException
Class Inheritance
Known Direct Subclasses
javax.management.RuntimeErrorException, javax.management.RuntimeMBeanException, javax.management.RuntimeOperationsException, javax.management.monitor.MonitorSettingException

Runtime exceptions emitted by JMX implementations.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
JMRuntimeException()

Default constructor.

public
JMRuntimeException(String
the detail message.
message
)

Constructor that allows a specific error message to be specified.

pack-priv
JMRuntimeException(String message, Throwable cause)

Constructor with a nested exception.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Constructor Detail

JMRuntimeExceptionback to summary
public JMRuntimeException()

Default constructor.

JMRuntimeExceptionback to summary
public JMRuntimeException(String message)

Constructor that allows a specific error message to be specified.

Parameters
message:String

the detail message.

JMRuntimeExceptionback 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.