javax.management.monitor
Class MonitorSettingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.management.JMRuntimeException
                  extended by javax.management.monitor.MonitorSettingException
All Implemented Interfaces:
Serializable

public class MonitorSettingException
extends JMRuntimeException

Thrown by a monitor when a monitor setting becomes invalid.

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

Version:
$Revision: 1.1.30.2 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
MonitorSettingException()
          Construct a new MonitorSettingException with no message.
MonitorSettingException(String message)
          Construct a new MonitorSettingException with the given message.
 
Method Summary
 
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(String message)
Construct a new MonitorSettingException with the given message.

Parameters:
message - the error message.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.