org.opennms.netmgt.eventd
Class EventIpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.eventd.EventIpcException
All Implemented Interfaces:
Serializable

public final class EventIpcException
extends Exception

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

Constructor Summary
EventIpcException()
          Default class constructor.
EventIpcException(String s)
          Constructs a new exception with the passed string as the message encapsulated in the exception.
 
Method Summary
 
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(String s)
Constructs a new exception with the passed string as the message encapsulated in the exception.

Parameters:
s - The exception's message.


Copyright © 2009. All Rights Reserved.