Package org.sterl.pmw.exception
Class WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sterl.pmw.exception.WorkflowException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorkflowException.WorkflowFailedDoRetryException,WorkflowException.WorkflowFailedNoRetryException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception 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
-
WorkflowException
-