Class UnknownFunctionFlowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.flow.FlowException
-
- com.aquima.interactions.flow.exception.UnknownFunctionFlowException
-
- All Implemented Interfaces:
Serializable
public class UnknownFunctionFlowException extends FlowException
- Since:
- 10.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownFunctionFlowException(String functionFlowName)
Constructs the exception with the name of the function flow that could not be found.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownFunctionFlowException
public UnknownFunctionFlowException(String functionFlowName)
Constructs the exception with the name of the function flow that could not be found.- Parameters:
functionFlowName
- the name of the function flow that could not be found.
-
-