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:
  • Constructor Details

    • AuthException

      public AuthException()
    • AuthException

      public AuthException(String msg)
    • AuthException

      public AuthException(Throwable ex)
    • AuthException

      public AuthException(String msg, Throwable ex)