javax.management.monitor
Class MonitorSettingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.management.JMRuntimeException (src) 
                  extended byjavax.management.monitor.MonitorSettingException
All Implemented Interfaces:
java.io.Serializable

public class MonitorSettingException
extends JMRuntimeException (src)

Thrown by a monitor when a monitor setting becomes invalid.

ISSUE: Where and how is this used, if at all?

See Also:
Serialized Form

Constructor Summary
MonitorSettingException()
          Construct a new MonitorSettingException with no message.
MonitorSettingException(java.lang.String message)
          Construct a new MonitorSettingException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorSettingException

public MonitorSettingException()
Construct a new MonitorSettingException with no message.


MonitorSettingException

public MonitorSettingException(java.lang.String message)
Construct a new MonitorSettingException with the given message.

Parameters:
message - the error message.