Package org.acegisecurity
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccountExpiredException,- AuthenticationServiceException,- BadCredentialsException,- CredentialsExpiredException,- DisabledException,- InsufficientAuthenticationException,- LockedException,- ProviderNotFoundException
Deprecated.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedAuthenticationException(String msg, Object extraInformation) Deprecated.protectedAuthenticationException(String msg, Throwable t) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.static RuntimeExceptionfromSpring(org.springframework.security.core.AuthenticationException x) Deprecated.Deprecated.Deprecated.voidsetAuthentication(Authentication authentication) Deprecated.org.springframework.security.core.AuthenticationExceptiontoSpring()Deprecated.Methods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AuthenticationExceptionDeprecated.
- 
AuthenticationExceptionDeprecated.
- 
AuthenticationExceptionDeprecated.
 
- 
- 
Method Details- 
getAuthenticationDeprecated.
- 
setAuthenticationDeprecated.
- 
getExtraInformationDeprecated.
- 
clearExtraInformationpublic void clearExtraInformation()Deprecated.
- 
toSpringpublic org.springframework.security.core.AuthenticationException toSpring()Deprecated.- Overrides:
- toSpringin class- AcegiSecurityException
 
- 
fromSpringpublic static RuntimeException fromSpring(org.springframework.security.core.AuthenticationException x) Deprecated.- Returns:
- either an AuthenticationExceptionor aDataAccessException
 
 
- 
AuthenticationException