クラス AuthenticationException

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

public abstract class AuthenticationException extends RuntimeExceptionSE
Authentication オブジェクトに関連するすべての例外の抽象スーパークラスは、何らかの理由で無効です。
関連事項:
  • コンストラクターの詳細

    • AuthenticationException

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

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