Subversion Repositories SmartDukaan

Rev

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

Rev 26653 Rev 26772
Line 220... Line 220...
220
					LOGGER.error("Retailer Registered Address not found");
220
					LOGGER.error("Retailer Registered Address not found");
221
				}
221
				}
222
			} catch (ProfitMandiBusinessException profitMandiBusinessException) {
222
			} catch (ProfitMandiBusinessException profitMandiBusinessException) {
223
				LOGGER.error("Retailer not found in user_account");
223
				LOGGER.error("Retailer not found in user_account");
224
			}
224
			}
225
		} else {
-
 
226
			throw new ProfitMandiBusinessException("User Email/Mobile", emailIdOrMobileNumber,
-
 
227
					"Email/Mobile Not exist");
-
 
228
		}
225
		}
229
 
226
 
230
		return map;
227
		return map;
231
	}
228
	}
232
 
229