Package org.sterl.pmw.exception
Class WorkflowException.WorkflowFailedDoRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sterl.pmw.exception.WorkflowException
org.sterl.pmw.exception.WorkflowException.WorkflowFailedDoRetryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
WorkflowException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sterl.pmw.exception.WorkflowException
WorkflowException.WorkflowFailedDoRetryException, WorkflowException.WorkflowFailedNoRetryException -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowFailedDoRetryException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception cause, int tryCount) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowFailedDoRetryException
public WorkflowFailedDoRetryException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception cause, int tryCount)
-