- gender -> personalData changed
Signed-off-by: Roland Häder <roland@mxchange.org>
throw new IllegalArgumentException(MessageFormat.format("user.userContact.contactId={0} is invalid", user.getUserContact().getContactId())); //NOI18N
} else if (user.getUserContact().getContactPersonalTitle() == null) {
// Throw NPE again
- throw new NullPointerException("user.userContact.contactGender is null"); //NOI18N
+ throw new NullPointerException("user.userContact.contactPersonalTitle is null"); //NOI18N
} else if (!this.ifUserExists(user)) {
// User does not exist
throw new EJBException(MessageFormat.format("User with id {0} does not exist.", user.getUserId())); //NOI18N