Package org.sterl.pmw.exception
Class WorkflowException.WorkflowFailedNoRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sterl.pmw.exception.WorkflowException
org.sterl.pmw.exception.WorkflowException.WorkflowFailedNoRetryException
- 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
ConstructorsConstructorDescriptionWorkflowFailedNoRetryException(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
-
WorkflowFailedNoRetryException
public WorkflowFailedNoRetryException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception cause, int tryCount)
-