Package org.acegisecurity
Class AccountExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.acegisecurity.AcegiSecurityException
-
- org.acegisecurity.AuthenticationException
-
- org.acegisecurity.AccountExpiredException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class AccountExpiredException extends AuthenticationException
Deprecated.useAccountExpiredException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountExpiredException(String msg)
Deprecated.AccountExpiredException(String msg, Object extraInformation)
Deprecated.AccountExpiredException(String msg, Throwable t)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AccountExpiredException
fromSpring(org.springframework.security.authentication.AccountExpiredException 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, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toSpring
public org.springframework.security.core.AuthenticationException toSpring()
Deprecated.- Overrides:
toSpring
in classAuthenticationException
-
fromSpring
public static AccountExpiredException fromSpring(org.springframework.security.authentication.AccountExpiredException x)
Deprecated.
-
-