Subversion Repositories SmartDukaan

Rev

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

Rev 26396 Rev 26398
Line 297... Line 297...
297
		} catch (JsonProcessingException jsonProcessingException) {
297
		} catch (JsonProcessingException jsonProcessingException) {
298
			throw new ProfitMandiBusinessException("", "", "VE_1001");
298
			throw new ProfitMandiBusinessException("", "", "VE_1001");
299
		} catch (IOException ioException) {
299
		} catch (IOException ioException) {
300
			throw new ProfitMandiBusinessException("", "", "VE_1001");
300
			throw new ProfitMandiBusinessException("", "", "VE_1001");
301
		}
301
		}
302
		return null;
-
 
303
	}
302
	}
304
}
303
}