Class AuthenticationException

All Implemented Interfaces:
Serializable

public final class AuthenticationException extends DatabaseException
An exception indicating an authentication failure
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(@Nullable String message)
      Parameters:
      message - the error message
    • AuthenticationException

      public AuthenticationException(ErrorType errorType, @Nullable String detail)
      Instantiates a new AuthenticationException, its message the one associated with the error type
      Parameters:
      errorType - the error type
      detail - the detail, null if none