クラス RememberMeAuthenticationException

実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
CookieTheftExceptionInvalidCookieException

public class RememberMeAuthenticationException extends AuthenticationException
この例外は、remember-me 認証の使用中に Authentication 例外が発生した場合にスローされます。
関連事項:
  • コンストラクターの詳細

    • RememberMeAuthenticationException

      public RememberMeAuthenticationException(StringSE msg, ThrowableSE cause)
      指定されたメッセージと根本原因を持つ RememberMeAuthenticationException を構築します。
      パラメーター:
      msg - 詳細メッセージ
      cause - 根本原因
    • RememberMeAuthenticationException

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