org.opennms.bb.dp.eventd
Class EventListenerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.bb.dp.eventd.EventListenerException
All Implemented Interfaces:
Serializable

public class EventListenerException
extends Exception

The EventListenerException class is thrown when Eventd listener is unable to bring up all its communication channels

Version:
$Revision: 1.1 $
Author:
Sowmya Kumaraswamy, OpenNMS.org
See Also:
Serialized Form

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

EventListenerException

public EventListenerException()

EventListenerException

public EventListenerException(String s)