Package com.google.gerrit.server.auth
Class UserNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.auth.AuthException
com.google.gerrit.server.auth.UserNotAllowedException
- All Implemented Interfaces:
Serializable
An authentication exception that is thrown when the user credentials are valid, but not allowed
to authenticate for other reasons i.e. account disabled.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotAllowedException
public UserNotAllowedException() -
UserNotAllowedException
-
UserNotAllowedException
-
UserNotAllowedException
-