org.opennms.netmgt.eventd
Class EventIpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opennms.netmgt.eventd.EventIpcException
- All Implemented Interfaces:
- Serializable
public final class EventIpcException
- extends Exception
- Author:
- Brian Weaver , OpenNMS.org
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.