Class InvalidateFlowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bardframework.flow.exception.InvalidateFlowException
All Implemented Interfaces:
Serializable

public class InvalidateFlowException extends Exception
See Also:
  • Constructor Details

    • InvalidateFlowException

      public InvalidateFlowException(String flowToken, String message)
    • InvalidateFlowException

      public InvalidateFlowException(String flowToken, Throwable cause)
  • Method Details

    • getFlowToken

      public String getFlowToken()