Class SessionAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.web.authentication.session.SessionAuthenticationException
- All Implemented Interfaces:
Serializable
Thrown by an
SessionAuthenticationStrategy
or
ServerSessionAuthenticationStrategy
to indicate that an authentication object
is not valid for the current session, typically because the same user has exceeded the
number of sessions they are allowed to have concurrently.- Since:
- 3.0
- See Also:
-
SessionAuthenticationStrategy
ServerSessionAuthenticationStrategy
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionAuthenticationException
-