Subversion Repositories SmartDukaan

Rev

Rev 31637 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31637 Rev 33741
Line 48... Line 48...
48
			LOGGER.info("rootNode {}", rootNode);
48
			LOGGER.info("rootNode {}", rootNode);
49
			return rootNode.get("email").asText();
49
			return rootNode.get("email").asText();
50
 
50
 
51
		} catch (JsonProcessingException jsonProcessingException) {
51
		} catch (JsonProcessingException jsonProcessingException) {
52
			throw new ProfitMandiBusinessException("", "", "VE_1001");
52
			throw new ProfitMandiBusinessException("", "", "VE_1001");
53
		} catch (IOException ioException) {
-
 
54
			throw new ProfitMandiBusinessException("", "", "VE_1001");
-
 
55
		}
53
		}
56
	}
54
	}
57
}
55
}