Package com.google.gerrit.server.auth
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationUnavailableException(String message, Throwable why)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-