クラス AuthenticationCredentialsNotFoundException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AuthenticationCredentialsNotFoundException
- 実装されたすべてのインターフェース:
SerializableSE
SecurityContext
に Authentication
オブジェクトがないために認証リクエストが拒否された場合にスローされます。- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明指定されたメッセージでAuthenticationCredentialsNotFoundException
を構築します。指定されたメッセージと根本原因でAuthenticationCredentialsNotFoundException
を構築します。メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
AuthenticationCredentialsNotFoundException
指定されたメッセージでAuthenticationCredentialsNotFoundException
を構築します。- パラメーター:
msg
- 詳細メッセージ
AuthenticationCredentialsNotFoundException
指定されたメッセージと根本原因でAuthenticationCredentialsNotFoundException
を構築します。- パラメーター:
msg
- 詳細メッセージcause
- 根本の原因