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, toStringpublic SnapshotCreationException(FlowExecution flowExecution, String message, Throwable cause)
flowExecution - the flow executionmessage - a descriptive messagecause - the causepublic FlowExecution getFlowExecution()