Class PermissionDeniedFlowExecutionAccessException

All Implemented Interfaces:
Serializable

public class PermissionDeniedFlowExecutionAccessException extends FlowExecutionAccessException
Thrown when access to a flow execution was denied by a repository.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • PermissionDeniedFlowExecutionAccessException

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