org.springframework.security.authentication
Class AccountStatusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.security.core.AuthenticationException
                  extended by 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

Constructor Summary
  AccountStatusException(String msg)
           
protected AccountStatusException(String msg, Object extraInformation)
           
  AccountStatusException(String msg, Throwable t)
           
 
Method Summary
 
Methods inherited from class org.springframework.security.core.AuthenticationException
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
 
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
 

Constructor Detail

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.