Class EventJobExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.event.EventJobExecutionException
All Implemented Interfaces:
Serializable

public class EventJobExecutionException extends RuntimeException
Unable to process the event.
See Also:
  • Constructor Details

    • EventJobExecutionException

      public EventJobExecutionException()
      Default constructor.
    • EventJobExecutionException

      public EventJobExecutionException(String s)
      Default constructor.
      Parameters:
      s - the message.
    • EventJobExecutionException

      public EventJobExecutionException(String s, Throwable throwable)
      Default constructor.
      Parameters:
      s - the message.
      throwable - the Exception.
    • EventJobExecutionException

      public EventJobExecutionException(Throwable throwable)
      Default constructor.
      Parameters:
      throwable - the Exception.