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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccountStatusException
public AccountStatusException(java.lang.String msg)
AccountStatusException
public AccountStatusException(java.lang.String msg,
java.lang.Throwable t)
AccountStatusException
@Deprecated
protected AccountStatusException(java.lang.String msg,
java.lang.Object extraInformation)
- Deprecated.