645646647648649650651652
throw new ReservedUserEmailAddressException(); } } if (Validator.isNotNull(smsId) && !Validator.isEmailAddress(smsId)) { throw new UserSmsException(); } }