Class FlowExecutionRestorationFailureException

All Implemented Interfaces:
Serializable

public class FlowExecutionRestorationFailureException extends FlowExecutionAccessException
Thrown when the flow execution with the persistent identifier provided could not be restored.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • FlowExecutionRestorationFailureException

      public FlowExecutionRestorationFailureException(FlowExecutionKey flowExecutionKey, Exception cause)
      Creates a new flow execution restoration failure exception.
      Parameters:
      flowExecutionKey - the key of the execution that could not be restored
      cause - the root cause of the restoration failure