Package com.google.gerrit.server.auth
Class UnknownUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.auth.AuthException
-
- com.google.gerrit.server.auth.UnknownUserException
-
- All Implemented Interfaces:
Serializable
public class UnknownUserException extends AuthException
An authentication exception that is thrown when credentials are presented for an unknown user.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownUserException()
UnknownUserException(String msg)
UnknownUserException(String msg, Throwable ex)
UnknownUserException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-