Package com.google.gerrit.server.auth
Class MissingCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.auth.AuthException
-
- com.google.gerrit.server.auth.MissingCredentialsException
-
- All Implemented Interfaces:
Serializable
public class MissingCredentialsException extends AuthException
An authentication exception that is thrown when the credentials are not present. This indicates that the AuthBackend has none of the needed information in the request to perform authentication. If parts of the authentication information are available to the backend, then a different AuthException should be used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingCredentialsException()
MissingCredentialsException(String msg)
MissingCredentialsException(String msg, Throwable ex)
MissingCredentialsException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-