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
public class AccountUserNameException extends AccountException
Thrown byAccountManager
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountUserNameException(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
-
-