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 Summary
ModifierConstructorDescriptionprotected
Deprecated.protected
AuthenticationException
(String msg, Object extraInformation) Deprecated.protected
AuthenticationException
(String msg, Throwable t) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.static RuntimeException
fromSpring
(org.springframework.security.core.AuthenticationException x) Deprecated.Deprecated.Deprecated.void
setAuthentication
(Authentication authentication) Deprecated.org.springframework.security.core.AuthenticationException
toSpring()
Deprecated.Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
Deprecated. -
AuthenticationException
Deprecated. -
AuthenticationException
Deprecated.
-
-
Method Details
-
getAuthentication
Deprecated. -
setAuthentication
Deprecated. -
getExtraInformation
Deprecated. -
clearExtraInformation
public void clearExtraInformation()Deprecated. -
toSpring
public org.springframework.security.core.AuthenticationException toSpring()Deprecated.- Overrides:
toSpring
in classAcegiSecurityException
-
fromSpring
public static RuntimeException fromSpring(org.springframework.security.core.AuthenticationException x) Deprecated.- Returns:
- either an
AuthenticationException
or aDataAccessException
-
AuthenticationException