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
RuntimeException that reflects a problem handling an event.
See Also:
  • Constructor Details

    • EventHandlingException

      public EventHandlingException(String message, Throwable cause)
      Construct a new event handling exception with the specified message and cause.
      Parameters:
      message - given message to add to the exception
      cause - given Throwable that caused this exception