Package org.acegisecurity
Class CredentialsExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
org.acegisecurity.CredentialsExpiredException
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.CredentialsExpiredException
(String msg, Object extraInformation) Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic CredentialsExpiredException
fromSpring
(org.springframework.security.authentication.CredentialsExpiredException x) Deprecated.org.springframework.security.core.AuthenticationException
toSpring()
Deprecated.Methods inherited from class org.acegisecurity.AuthenticationException
clearExtraInformation, fromSpring, getAuthentication, getExtraInformation, setAuthentication
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
-
CredentialsExpiredException
Deprecated. -
CredentialsExpiredException
Deprecated. -
CredentialsExpiredException
Deprecated.
-
-
Method Details
-
toSpring
public org.springframework.security.core.AuthenticationException toSpring()Deprecated.- Overrides:
toSpring
in classAuthenticationException
-
fromSpring
public static CredentialsExpiredException fromSpring(org.springframework.security.authentication.CredentialsExpiredException x) Deprecated.
-
CredentialsExpiredException