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).
- Version:
- $Id: AccountStatusException.java 3550 2009-04-13 13:43:23Z ltaylor $
- Author:
- Luke Taylor
- 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
protected AccountStatusException(String msg,
Object extraInformation)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.