alertService.addAlert(new Alert(Alert.Type.ERROR, this.getClass().getSimpleName(), Messages
.getString("campaign.storage.local.error.save.object_instance.text")
+ ": " + e.getLocalizedMessage()));
throw new CampaignStorageException("Unable to save object instance data: " + e.getLocalizedMessage(), e);
}
doSetStatus(CampaignStorageConstants.STORAGE_STATUS_ONLINE);
}