クラス AuthenticationCredentialsNotFoundException

  • 実装されているすべてのインターフェース:
    java.io.Serializable

    public class AuthenticationCredentialsNotFoundException
    extends AuthenticationException
    SecurityContextAuthentication オブジェクトがないために認証リクエストが拒否された場合にスローされます。
    関連事項:
    連載形式
    • コンストラクターの概要

      コンストラクター  
      コンストラクター 説明
      AuthenticationCredentialsNotFoundException​(java.lang.String msg)
      指定されたメッセージで AuthenticationCredentialsNotFoundException を構築します。
      AuthenticationCredentialsNotFoundException​(java.lang.String msg, java.lang.Throwable cause)
      指定されたメッセージと根本原因で AuthenticationCredentialsNotFoundException を構築します。
    • メソッドのサマリー

      • クラス java.lang.Throwable から継承されたメソッド

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

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

      • AuthenticationCredentialsNotFoundException

        public AuthenticationCredentialsNotFoundException​(java.lang.String msg)
        指定されたメッセージで AuthenticationCredentialsNotFoundException を構築します。
        パラメーター:
        msg - 詳細メッセージ
      • AuthenticationCredentialsNotFoundException

        public AuthenticationCredentialsNotFoundException​(java.lang.String msg,
                                                          java.lang.Throwable cause)
        指定されたメッセージと根本原因で AuthenticationCredentialsNotFoundException を構築します。
        パラメーター:
        msg - 詳細メッセージ
        cause - 根本の原因