X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fvalidator%2Fuser%2FUserIdValidator.java;h=93923a9f5a693b06f7e2a5e3d75764eea576d732;hb=9c28c9f6fbb363926be37df4250eb47e94764251;hp=de65c6ffa0380e963ddf3c1543ea749ea535e57b;hpb=50c3e4c35c52d4be25b87965b5caa68be22ae086;p=jfinancials-lib.git diff --git a/src/org/mxchange/addressbook/validator/user/UserIdValidator.java b/src/org/mxchange/addressbook/validator/user/UserIdValidator.java index de65c6f..93923a9 100644 --- a/src/org/mxchange/addressbook/validator/user/UserIdValidator.java +++ b/src/org/mxchange/addressbook/validator/user/UserIdValidator.java @@ -81,7 +81,7 @@ public class UserIdValidator extends BaseLongValidator implements Validator { this.userBean = (UserSessionBeanRemote) context.lookup("java:global/addressbook-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N } catch (final NamingException ex) { // Continue to throw it - throw new RuntimeException("context.lookup() failed.", ex); //NOI18N + throw new RuntimeException(MessageFormat.format("context.lookup() failed: {0}", ex.getMessage()), ex); //NOI18N } }