org.opennms.bb.dp.capsd.plugin
Class UnsupportedProtocolException

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

public class UnsupportedProtocolException
extends Exception

The UnsupportedProtocolException class is thrown when a capsd plugin is queried for a protocol it does not support

Author:
Sowmya
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnsupportedProtocolException()
           
UnsupportedProtocolException(String s)
           
 
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

UnsupportedProtocolException

public UnsupportedProtocolException()

UnsupportedProtocolException

public UnsupportedProtocolException(String s)