Package com.google.gerrit.server.account
Class AccountUserNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.account.AccountException
com.google.gerrit.server.account.AccountUserNameException
- All Implemented Interfaces:
Serializable
Thrown by
AccountManager
if the user name for a newly created account could not be set
and the realm does not allow the user to set a user name manually.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountUserNameException
(String message) AccountUserNameException
(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
-
Constructor Details
-
AccountUserNameException
-
AccountUserNameException
-