クラス RemoteAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.security.authentication.rcp.RemoteAuthenticationException
- 実装されているすべてのインターフェース:
java.io.Serializable
@Deprecated public class RemoteAuthenticationException extends org.springframework.core.NestedRuntimeException
使用すべきではありません。5.6.0 現在、代替なしRemoteAuthenticationManager
が提示された認証リクエストを検証できない場合にスローされます。AuthenticationException
には、リモートプロトコルの課題を引き起こす可能性のある追加のプロパティが含まれているため、これは通常のAuthenticationException
ではなくスローされます。- 関連事項:
- 連載形式
コンストラクターの概要
コンストラクター コンストラクター 説明 RemoteAuthenticationException(java.lang.String msg)
使用すべきではありません。指定されたメッセージを使用し、根本原因のないRemoteAuthenticationException
を構築します。
メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMessage, getMostSpecificCause, getRootCause