Package io.hyperfoil.api.session
Class SessionStopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.hyperfoil.api.session.SessionStopException
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionStopException extends java.lang.RuntimeExceptionThis exception is raised to prevent any further processing after the session is stopped.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SessionStopExceptionINSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final SessionStopException INSTANCE
-
-