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:
    Serialized Form
    • Constructor Detail

      • AccountUserNameException

        public AccountUserNameException​(String message)
      • AccountUserNameException

        public AccountUserNameException​(String message,
                                        Throwable why)