Class InvalidSessionStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.as.server.model.exception.InvalidSessionStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSessionStateException extends java.lang.RuntimeException
Indicates that current session should be invalidated- Author:
- Yuriy Movchan Date: 06/04//2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionStateException()
InvalidSessionStateException(java.lang.String message)
-