Package com.google.gerrit.server.account
Class AuthenticationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.account.AccountException
-
- com.google.gerrit.server.account.AuthenticationFailedException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationFailedException extends AccountException
Authentication failed due to incorrect user or password.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailedException(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
-
-