Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.common.CheckedException
de.espirit.firstspirit.server.authentication.AuthenticationException
All Implemented Interfaces:
de.espirit.common.LocalizableError, Serializable

public class AuthenticationException extends CheckedException
Exception thrown if a authentication was not successful because of invalid credentials for instance.
Since:
2.3
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
      Exception thrown if a authentication was not successful because of invalid credentials for instance.
      Since:
      2.3
    • AuthenticationException

      public AuthenticationException(String message)
      Exception thrown if a authentication was not successful because of invalid credentials for instance.
      Parameters:
      message - The message of the exception.
      Since:
      2.3
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Exception thrown if a authentication was not successful because of invalid credentials for instance.
      Parameters:
      message - The message of the exception.
      cause - The cause of the exception.
      Since:
      2.3