Class RevertFlowException
- 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.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RevertFlowException(String message, String flowName)
Constructs the exception with the required arguments.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFlowName()
This method returns the name of the flow that could not be reverted.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
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.
-
-