return vo;
}
catch(Exception e) {
doSetStatus(CampaignStorageConstants.STORAGE_STATUS_ERROR, e.getLocalizedMessage());
alertService.addAlert(new Alert(Alert.Type.ERROR, this.getClass().getSimpleName(), Messages
.getString("campaign.storage.local.error.load.object_template.text")
+ ": " + e.getLocalizedMessage()));
throw new CampaignStorageException("Unable to load object template data for: " + id + ": "
+ e.getLocalizedMessage(), e);