クラス AuthenticationException

    • コンストラクターのサマリー

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

      • クラス 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
    • コンストラクターの詳細

      • AuthenticationException

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

        public AuthenticationException​(java.lang.String msg)
        指定されたメッセージを使用し、根本的な原因がない AuthenticationException を構築します。
        パラメーター:
        msg - 詳細メッセージ