HttpSession session) throws Exception {
try {
HealthMonitorServiceClient serviceClient =
new HealthMonitorServiceClient(config, session);
return serviceClient.retrieveStatuses();
} catch (Exception e) {
String msg = "Failed to get the service status info beans";
log.error(msg, e);
throw new Exception(msg, e);
}