}
String msg = messageHelper.getErrorMessage(
ErrorCode.ERR_WRONG_USER_PASSWORD,
"Wrong user password.");
LOGGER.error(msg);
throw new PTExceptionWrongPassword(msg);
}
} else {
String msg = messageHelper.getErrorMessage(
ErrorCode.ERR_WRONG_USER_NAME,
new Object[]{uid},