]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2017 19:59:04 +0000 (21:59 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 10 Jun 2017 20:00:20 +0000 (22:00 +0200)
- gender -> personalData changed

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jusercore/model/user/FinancialsUserSessionBean.java

index 19c7a610568823e11c4ea5874cd09d7da3d2ec89..b0aec65376e1d25df6bcdf3eecb03af97ebba878 100644 (file)
@@ -626,7 +626,7 @@ public class FinancialsUserSessionBean extends BaseFinancialsDatabaseBean implem
                        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.userAccountStatus 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