Package com.aquima.web.api.exception
Class FlowEndedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.web.api.exception.FlowEndedException
-
- All Implemented Interfaces:
Serializable
public class FlowEndedException extends RuntimeException
Exception that is used by the session manager when a session is request with an unknown id.- Since:
- 9.2
- Author:
- A.Pragt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowEndedException()
Create an exception with the session id that does not correspond to a valid session.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-