Package org.opennms.netmgt.events.api
Class EventProxyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.events.api.EventProxyException
-
- All Implemented Interfaces:
Serializable
public class EventProxyException extends Exception
EventProxyException class.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventProxyException()
Constructor for EventProxyException.EventProxyException(String message)
Constructor for EventProxyException.EventProxyException(String message, Throwable cause)
Constructor for EventProxyException.EventProxyException(Throwable cause)
Constructor for EventProxyException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EventProxyException
public EventProxyException()
Constructor for EventProxyException.
-
EventProxyException
public EventProxyException(String message)
Constructor for EventProxyException.
- Parameters:
message
- aString
object.
-
EventProxyException
public EventProxyException(String message, Throwable cause)
Constructor for EventProxyException.
-
-