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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.bb.dp.poller.plugins.EventProxyException
All Implemented Interfaces:
Serializable

public class EventProxyException
extends Exception

The EventProxyExceptiion is thrown by the EventProxy when the event send fails

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

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

EventProxyException

public EventProxyException()

EventProxyException

public EventProxyException(String msg)