Package com.google.gerrit.server.account
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 byAccountManager
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountException(String message)
AccountException(String message, Throwable why)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-