org.opennms.bb.dp.poller.plugins
Class ResourceUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.bb.dp.poller.plugins.ServiceMonitorException
                    |
                    +--org.opennms.bb.dp.poller.plugins.ResourceUnavailableException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NetworkResourceUnavailableException, SystemResourceUnavailableException

public class ResourceUnavailableException
extends ServiceMonitorException

This class is thrown by a service monitor if it is unable to acquire a resource that it cannot function without. This is considered a fatal exception and the operation will not be retried.

Version:
$Revision: 1.1 $
Author:
Weave, OpenNMS
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ResourceUnavailableException()
          Constructs a new exception instance.
ResourceUnavailableException(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

ResourceUnavailableException

public ResourceUnavailableException()
Constructs a new exception instance.

ResourceUnavailableException

public ResourceUnavailableException(String msg)
Constructs a new exception instance with the specific message
Parameters:
msg - The exception message.