Class AccountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.account.AccountException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountUserNameException, AuthenticationFailedException, AuthenticationUnavailableException, NoSuchUserException

public class AccountException extends Exception
An account processing error thrown by AccountManager.
See Also:
  • Constructor Details

    • AccountException

      public AccountException(String message)
    • AccountException

      public AccountException(String message, Throwable why)