Class AccountUserNameException

All Implemented Interfaces:
Serializable

public class AccountUserNameException extends AccountException
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 Details

    • AccountUserNameException

      public AccountUserNameException(String message)
    • AccountUserNameException

      public AccountUserNameException(String message, Throwable why)