managerHomepageURL = cloudServiceConfigs.get(STRATOS_MANAGER).getLink();
} catch (Exception e) {
String errorMsg = "Error while reading the Manager Homepage URL from " +
"cloud service configuration.";
log.error(errorMsg, e);
throw new StratosException(errorMsg, e);
}
}