Top Description Fields Constructors
javax.management.monitor

public Class MonitorSettingException

extends JMRuntimeException
Class Inheritance

Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.

As the monitor attributes may change at runtime, a check is performed before each observation. If a monitor attribute has become invalid, a monitor setting exception is thrown.

Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
MonitorSettingException()

Default constructor.

public
MonitorSettingException(String
The specific error message.
message
)

Constructor that allows an error message to be specified.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.JMRuntimeException.serialVersionUID.

Constructor Detail

MonitorSettingExceptionback to summary
public MonitorSettingException()

Default constructor.

MonitorSettingExceptionback to summary
public MonitorSettingException(String message)

Constructor that allows an error message to be specified.

Parameters
message:String

The specific error message.