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