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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
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.