Package com.atlassian.crowd.event
Class EventJobExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.event.EventJobExecutionException
- All Implemented Interfaces:
Serializable
Unable to process the event.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.EventJobExecutionException
(String s, Throwable throwable) Default constructor.EventJobExecutionException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventJobExecutionException
public EventJobExecutionException()Default constructor. -
EventJobExecutionException
Default constructor.- Parameters:
s
- the message.
-
EventJobExecutionException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
EventJobExecutionException
Default constructor.- Parameters:
throwable
- theException
.
-