public class SnapshotCreationException extends FlowExecutionRepositoryException
Constructor and Description |
---|
SnapshotCreationException(FlowExecution flowExecution,
String message,
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnapshotCreationException(FlowExecution flowExecution, String message, Throwable cause)
flowExecution
- the flow executionmessage
- a descriptive messagecause
- the causepublic FlowExecution getFlowExecution()