クラス 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
      • クラス java.lang.Throwable から継承されたメソッド

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクターの詳細

      • RemoteAuthenticationException

        public RemoteAuthenticationException​(java.lang.String msg)
        使用すべきではありません。
        指定されたメッセージを使用し、根本原因のない RemoteAuthenticationException を構築します。
        パラメーター:
        msg - 詳細メッセージ