クラス AuthenticationException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.security.core.AuthenticationException
- 実装されたすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
AccountStatusException
、ActiveDirectoryAuthenticationException
、AuthenticationCredentialsNotFoundException
、AuthenticationServiceException
、BadCredentialsException
、CompromisedPasswordException
、InsufficientAuthenticationException
、InvalidOneTimeTokenException
、NonceExpiredException
、OAuth2AuthenticationException
、PreAuthenticatedCredentialsNotFoundException
、ProviderNotFoundException
、RememberMeAuthenticationException
、Saml2AuthenticationException
、SessionAuthenticationException
、UsernameNotFoundException
Authentication
オブジェクトに関連するすべての例外の抽象スーパークラスは、何らかの理由で無効です。- 関連事項:
コンストラクターのサマリー
コンストラクターコンストラクター説明指定されたメッセージを使用し、根本的な原因がないAuthenticationException
を構築します。AuthenticationException
(StringSE msg, ThrowableSE cause) 指定されたメッセージと根本原因でAuthenticationException
を構築します。方法の概要
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
AuthenticationException
指定されたメッセージと根本原因でAuthenticationException
を構築します。- パラメーター:
msg
- 詳細メッセージcause
- 根本原因
AuthenticationException
指定されたメッセージを使用し、根本的な原因がないAuthenticationException
を構築します。- パラメーター:
msg
- 詳細メッセージ