AccountExpiredException
@Deprecated public class AccountExpiredException extends AuthenticationException
Constructor and Description |
---|
AccountExpiredException(String msg)
Deprecated.
|
AccountExpiredException(String msg,
Object extraInformation)
Deprecated.
|
AccountExpiredException(String msg,
Throwable t)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AccountExpiredException |
fromSpring(org.springframework.security.authentication.AccountExpiredException x)
Deprecated.
|
org.springframework.security.core.AuthenticationException |
toSpring()
Deprecated.
|
clearExtraInformation, fromSpring, getAuthentication, getExtraInformation, setAuthentication
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccountExpiredException(String msg)
public org.springframework.security.core.AuthenticationException toSpring()
toSpring
in class AuthenticationException
public static AccountExpiredException fromSpring(org.springframework.security.authentication.AccountExpiredException x)
Copyright © 2004–2021. All rights reserved.