org.opennms.bb.dp.poller.plugins
Class ServiceMonitorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.opennms.bb.dp.poller.plugins.ServiceMonitorException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NetworkInterfaceNotSupportedException, ResourceUnavailableException, SpuriousMonitorException
- public class ServiceMonitorException
- extends Exception
This class is the base class for all the exceptions that may be thrown
by a service monitor.
- Version:
- $Revision: 1.2 $
- Author:
- Weave, OpenNMS
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ServiceMonitorException
public ServiceMonitorException()
- Constructs a new exception instance.
ServiceMonitorException
public ServiceMonitorException(String msg)
- Constructs a new exception instance with the specific message
- Parameters:
msg
- The exception message.