クラス 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を構築します。方法の概要
クラス AuthenticationException から継承されたメソッド
getAuthenticationRequest, setAuthenticationRequest
コンストラクターの詳細
AccountExpiredException
指定されたメッセージを使用してAccountExpiredExceptionを構築します。- パラメーター:
msg- 詳細メッセージ
AccountExpiredException
指定されたメッセージと根本原因を持つAccountExpiredExceptionを構築します。- パラメーター:
msg- 詳細メッセージcause- 根本の原因