Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.logicaldoc.core.security.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountDisabledException, AccountExpiredException, AccountInactiveException, AccountNotFoundException, AccountTypeNotAllowedException, InvalidSessionException, IPBlockedException, OutsideWorkingTimeException, PasswordAlreadyUsedException, PasswordExpiredException, PasswordWeakException, UsernameBlockedException, WrongPasswordException

public class AuthenticationException extends RuntimeException
A generic exception during the authentication process
Since:
7.5
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
    • AuthenticationException

      public AuthenticationException(Authenticator authenticator)
    • AuthenticationException

      public AuthenticationException(Authenticator authenticator, String code)
    • AuthenticationException

      public AuthenticationException(Authenticator authenticator, String code, Throwable cause)
    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
  • Method Details

    • getAuthenticator

      public Authenticator getAuthenticator()
    • mustRecordFailure

      public boolean mustRecordFailure()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable