クラス AccountExpiredException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
org.springframework.security.authentication.AccountExpiredException
- 実装されているすべてのインターフェース:
- SerializableSE
 アカウントの有効期限が切れたために認証リクエストが拒否された場合にスローされます。資格情報が有効であったかどうかについてはアサーションを作成しません。
- 関連事項:
- コンストラクターの概要コンストラクターコンストラクター説明指定されたメッセージを使用して- AccountExpiredExceptionを構築します。- AccountExpiredException- (StringSE msg, ThrowableSE cause) 指定されたメッセージと根本原因を持つ- AccountExpiredExceptionを構築します。
- メソッドのサマリー- クラス org.springframework.security.core.AuthenticationException から継承されたメソッド- getAuthenticationRequest, setAuthenticationRequest- クラス java.lang.ThrowableSE から継承されたメソッド- addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
- コンストラクターの詳細- AccountExpiredException指定されたメッセージを使用して- AccountExpiredExceptionを構築します。- パラメーター:
- msg- 詳細メッセージ
 
- AccountExpiredException指定されたメッセージと根本原因を持つ- AccountExpiredExceptionを構築します。- パラメーター:
- msg- 詳細メッセージ
- cause- 根本の原因