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 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
-
AccountStatusException
-
AccountStatusException
-