Package org.alfresco.event.sdk.handling
Class EventHandlingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.event.sdk.handling.EventHandlingException
-
- All Implemented Interfaces:
Serializable
public class EventHandlingException extends RuntimeException
RuntimeExceptionthat reflects a problem handling an event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventHandlingException(String message, Throwable cause)Construct a new event handling exception with the specified message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-