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
RuntimeException that reflects a problem handling an event.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventHandlingException(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
-
Constructor Details
-
EventHandlingException
Construct a new event handling exception with the specified message and cause.- Parameters:
message- given message to add to the exceptioncause- givenThrowablethat caused this exception
-