Class SnapshotNotFoundException

All Implemented Interfaces:
Serializable

public class SnapshotNotFoundException extends FlowExecutionRepositoryException
Thrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot that has since been removed.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • SnapshotNotFoundException

      public SnapshotNotFoundException(Serializable snapshotId)
      Creates a snapshot not found exception.
      Parameters:
      snapshotId - the snapshot id that could not be found
  • Method Details

    • getSnapshotId

      public Serializable getSnapshotId()
      The id of the snapshot that was not found.