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
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:
-
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
-
MissingCredentialsException
public MissingCredentialsException() -
MissingCredentialsException
-
MissingCredentialsException
-
MissingCredentialsException
-