Class FlowAccessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FlowAuthorizationException

public class FlowAccessException extends FlowException
This exception is used to indicate a flow could not be accessed.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • FlowAccessException

      public FlowAccessException(String flowName)
      Constructs the exception with the name of the flow that could not be accessed.
      Parameters:
      flowName - the name of the flow that could not be accessed.
    • FlowAccessException

      public FlowAccessException(String flowName, String message)
      Constructs the exception with the name of the flow that could not be accessed, and an additional message providing further explanation.
      Parameters:
      flowName - the name of the flow that could not be accessed.
      message - Message providing further information about the cause of the error.
  • Method Details

    • getFlowName

      public String getFlowName()
      This method returns the name of the flow that could not be accessed.
      Returns:
      the name of the flow that could not be accessed.