クラス AuthenticationServiceException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AuthenticationServiceException
- 実装されているすべてのインターフェース:
- SerializableSE
- 既知の直属サブクラス
- InternalAuthenticationServiceException
 システムの問題が原因で認証リクエストを処理できなかった場合にスローされます。
これは、たとえば、バックエンド認証リポジトリが利用できない場合にスローされる可能性があります。
- コンストラクターの概要コンストラクターコンストラクター説明指定されたメッセージで- AuthenticationServiceExceptionを構築します。- AuthenticationServiceException- (StringSE msg, ThrowableSE cause) 指定されたメッセージと根本原因で- AuthenticationServiceExceptionを構築します。
- メソッドのサマリー- クラス org.springframework.security.core.AuthenticationException から継承されたメソッド- getAuthenticationRequest, setAuthenticationRequest- クラス java.lang.ThrowableSE から継承されたメソッド- addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
- コンストラクターの詳細- AuthenticationServiceException指定されたメッセージで- AuthenticationServiceExceptionを構築します。- パラメーター:
- msg- 詳細メッセージ
 
- AuthenticationServiceException指定されたメッセージと根本原因で- AuthenticationServiceExceptionを構築します。- パラメーター:
- msg- 詳細メッセージ
- cause- 根本の原因