Subversion Repositories SmartDukaan

Rev

Rev 26522 | Rev 26528 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26522 Rev 26527
Line 215... Line 215...
215
					LOGGER.error("Retailer Registered Address not found");
215
					LOGGER.error("Retailer Registered Address not found");
216
				}
216
				}
217
			} catch (ProfitMandiBusinessException profitMandiBusinessException) {
217
			} catch (ProfitMandiBusinessException profitMandiBusinessException) {
218
				LOGGER.error("Retailer not found in user_account");
218
				LOGGER.error("Retailer not found in user_account");
219
			}
219
			}
-
 
220
		} else {
-
 
221
			throw new ProfitMandiBusinessException("User Email/Mobile", emailIdOrMobileNumber, "Email/Mobile Not exist"); 
220
		}
222
		}
221
 
223
 
222
		return map;
224
		return map;
223
	}
225
	}
224
 
226