Subversion Repositories SmartDukaan

Rev

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

Rev 10247 Rev 10248
Line 198... Line 198...
198
				 }
198
				 }
199
				 logger.info("Exception" + e);
199
				 logger.info("Exception" + e);
200
			 }
200
			 }
201
		 } catch (Exception e) {
201
		 } catch (Exception e) {
202
			 e.printStackTrace();
202
			 e.printStackTrace();
203
			 logger.error("Exception" + e);
203
			 //logger.error("Exception" + e);
204
			 GmailUtils mailer = new GmailUtils();
204
			 GmailUtils mailer = new GmailUtils();
205
			 String text = "Product       : " +getProductName(this.item) +"\n"+ 
205
			 String text = "Product       : " +getProductName(this.item) +"\n"+ 
206
			 "Item ID       : " +this.item.getId() +"\n"+
206
			 "Item ID       : " +this.item.getId() +"\n"+
207
			 "SUPC          : " +this.supc +"\n"+
207
			 "SUPC          : " +this.supc +"\n"+
208
			 "Updated Price : " +this.price;
208
			 "Updated Price : " +this.price;