Base class for exceptions that occur within a flow while it is executing. Can
be used directly, but you are encouraged to create a specific subclass for a
particular use case.
Execution exceptions occur at runtime when the flow is executing requests on
behalf of a client. They signal that an execution problem occured: e.g.
action execution failed or no transition matched the current request context.
author: Keith Donald author: Erwin Vervaet
Creates a new flow execution exception.
Parameters: flowId - the flow where the exception occured Parameters: stateId - the state where the exception occured Parameters: message - a descriptive message
Creates a new flow execution exception.
Parameters: flowId - the flow where the exception occured Parameters: stateId - the state where the exception occured Parameters: message - a descriptive message Parameters: cause - the root cause