Class InvalidSessionStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.as.server.model.exception.InvalidSessionStateException
-
- All Implemented Interfaces:
Serializable
public class InvalidSessionStateException extends 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(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSessionStateException
public InvalidSessionStateException()
-
InvalidSessionStateException
public InvalidSessionStateException(String message)
-
-