org.springframework.security.authentication
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
public abstract class AccountStatusException
- extends AuthenticationException
Base class for authentication exceptions which are caused by a particular
user account status (locked, disabled etc).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AccountStatusException
public AccountStatusException(String msg)
AccountStatusException
public AccountStatusException(String msg,
Throwable t)
AccountStatusException
@Deprecated
protected AccountStatusException(String msg,
Object extraInformation)
- Deprecated.