Class NoSuchFlowExecutionException

All Implemented Interfaces:
Serializable

public class NoSuchFlowExecutionException extends FlowExecutionAccessException
Thrown when the flow execution with the persistent identifier provided could not be found. This could occur if the execution has been removed from the repository and a client still has a handle to the key.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • NoSuchFlowExecutionException

      public NoSuchFlowExecutionException(FlowExecutionKey flowExecutionKey, Exception cause)
      Creates a new no such flow execution exception.
      Parameters:
      flowExecutionKey - the key of the execution that could not be found
      cause - the root cause of the failure