org.springframework.security
Class AccountStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.security.SpringSecurityException
org.springframework.security.AuthenticationException
org.springframework.security.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).
- Version:
- $Id$
- Author:
- Luke Taylor
- See Also:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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
protected AccountStatusException(java.lang.String msg,
java.lang.Object extraInformation)