org.opennms.bb.dp.capsd.components
Class CapsdPluginException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.bb.dp.capsd.components.CapsdPluginException
All Implemented Interfaces:
Serializable

public class CapsdPluginException
extends Exception

The CapsdPluginException class is thrown when capsd is unable to load the plugins

Version:
$Revision: 1.2 $
Author:
Sowmya, OpenNMS
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CapsdPluginException()
          Constructs a capabilities exception with no default string message.
CapsdPluginException(String s)
          Constructs an exception object with the passed string as the 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

CapsdPluginException

public CapsdPluginException()

Constructs a capabilities exception with no default string message.


CapsdPluginException

public CapsdPluginException(String s)

Constructs an exception object with the passed string as the message.

Parameters:
s - The string message for the exception.