Class RevertFlowException

All Implemented Interfaces:
Serializable

public class RevertFlowException extends FlowException
This exception is used to indicated a flow could not be reverted to a previous flow (state).
Since:
7.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • RevertFlowException

      public RevertFlowException(String message, String flowName)
      Constructs the exception with the required arguments.
      Parameters:
      message - A message containing a detailed explanation of the error.
      flowName - The name of the flow that could not be reverted.
  • Method Details

    • getFlowName

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