154155156157158159160161
enc.close(); } catch(Exception e) { logger.error("Exception caught while trying to save campaign metadata: " + e.getLocalizedMessage(), e); throw new CampaignMetadataException(e); } }
179180181182183184185186
file.delete(); } catch(Exception e) { logger.error("Exception caught while trying to remove campaign metadata: " + e.getLocalizedMessage(), e); throw new CampaignMetadataException(e); } }