javax.management.monitor
Class MonitorSettingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.