Class SnapshotCreationException

All Implemented Interfaces:
Serializable

public class SnapshotCreationException extends FlowExecutionRepositoryException
Thrown when a continuation snapshot could not be taken of flow execution state.
Author:
Keith Donald
See Also:
  • Constructor Details

    • SnapshotCreationException

      public SnapshotCreationException(FlowExecution flowExecution, String message, Throwable cause)
      Creates a new snapshot creation exception.
      Parameters:
      flowExecution - the flow execution
      message - a descriptive message
      cause - the cause
  • Method Details

    • getFlowExecution

      public FlowExecution getFlowExecution()
      Returns the flow execution that could not be snapshotted.