OpenNMS API 1.2.3

org.opennms.netmgt.eventd
Class EventIpcException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opennms.netmgt.eventd.EventIpcException
All Implemented Interfaces:
java.io.Serializable

public final class EventIpcException
extends java.lang.Exception

Author:
Brian Weaver , OpenNMS.org
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EventIpcException()
          Default class constructor.
EventIpcException(java.lang.String s)
          Constructs a new exception with the passed string as the message encapsulated in the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventIpcException

public EventIpcException()
Default class constructor. Constructs a new exception with a default message.


EventIpcException

public EventIpcException(java.lang.String s)
Constructs a new exception with the passed string as the message encapsulated in the exception.

Parameters:
s - The exception's message.

OpenNMS API 1.2.3

Generated by eevans on May 29 2005 2015.