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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ServiceMonitorException()
          Constructs a new exception instance.
ServiceMonitorException(String msg)
          Constructs a new exception instance with the specific message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

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.