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
public class UserNotAllowedException extends AuthException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserNotAllowedException()
UserNotAllowedException(String msg)
UserNotAllowedException(String msg, Throwable ex)
UserNotAllowedException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-