Class AuthenticationUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.account.AccountException
com.google.gerrit.server.auth.AuthenticationUnavailableException
All Implemented Interfaces:
Serializable

public class AuthenticationUnavailableException extends AccountException
A query to the authentication server failed
See Also:
  • Constructor Details

    • AuthenticationUnavailableException

      public AuthenticationUnavailableException(String message, Throwable why)