Class AccountStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccountExpiredException,- CredentialsExpiredException,- DisabledException,- LockedException
Base class for authentication exceptions which are caused by a particular user account
 status (locked, disabled etc).
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.security.core.AuthenticationExceptiongetAuthenticationRequest, setAuthenticationRequestMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AccountStatusException
- 
AccountStatusException
 
-