Serialized Form
-
Package org.sterl.pmw.exception
-
Exception Class org.sterl.pmw.exception.WorkflowException
class WorkflowException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
failedStep
WorkflowStep<?> failedStep
-
workflow
Workflow<?> workflow
-
-
Exception Class org.sterl.pmw.exception.WorkflowException.WorkflowFailedDoRetryException
class WorkflowFailedDoRetryException extends WorkflowException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tryCount
int tryCount
-
-
Exception Class org.sterl.pmw.exception.WorkflowException.WorkflowFailedNoRetryException
class WorkflowFailedNoRetryException extends WorkflowException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tryCount
int tryCount
-
-