public class SnapshotCreationException extends FlowExecutionRepositoryException
| Constructor and Description |
|---|
SnapshotCreationException(FlowExecution flowExecution,
java.lang.String message,
java.lang.Throwable cause)
Creates a new snapshot creation exception.
|
| Modifier and Type | Method and Description |
|---|---|
FlowExecution |
getFlowExecution()
Returns the flow execution that could not be snapshotted.
|
public SnapshotCreationException(FlowExecution flowExecution, java.lang.String message, java.lang.Throwable cause)
flowExecution - the flow executionmessage - a descriptive messagecause - the causepublic FlowExecution getFlowExecution()