Package com.google.gerrit.server.auth
Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.auth.AuthException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCredentialsException
,MissingCredentialsException
,UnknownUserException
,UserNotAllowedException
Base type for authentication exceptions.
- 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
-
AuthException
public AuthException() -
AuthException
-
AuthException
-
AuthException
-