| org.acegisecurity.AcegiSecurityException org.acegisecurity.AuthenticationException
All known Subclasses: org.acegisecurity.AccountExpiredException, org.acegisecurity.providers.cas.ProxyUntrustedException, org.acegisecurity.AuthenticationServiceException, org.acegisecurity.DisabledException, org.acegisecurity.LockedException, org.acegisecurity.concurrent.ConcurrentLoginException, org.acegisecurity.providers.openid.AuthenticationCancelledException, org.acegisecurity.AuthenticationCredentialsNotFoundException, org.acegisecurity.ui.openid.OpenIdAuthenticationRequiredException, org.acegisecurity.ui.digestauth.NonceExpiredException, org.acegisecurity.InsufficientAuthenticationException, org.acegisecurity.concurrent.SessionAlreadyUsedException, org.acegisecurity.CredentialsExpiredException, org.acegisecurity.providers.ProviderNotFoundException, org.acegisecurity.BadCredentialsException,
AuthenticationException | abstract public class AuthenticationException extends AcegiSecurityException (Code) | | Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason.
author: Ben Alex version: $Id: AuthenticationException.java 1496 2006-05-23 13:38:33Z benalex $ |
AuthenticationException | public AuthenticationException(String msg, Throwable t)(Code) | | Constructs an AuthenticationException with the specified
message and root cause.
Parameters: msg - the detail message Parameters: t - the root cause |
AuthenticationException | public AuthenticationException(String msg)(Code) | | Constructs an AuthenticationException with the specified
message and no root cause.
Parameters: msg - the detail message |
|
|