"required component is not available");
throw new FeedHandlerException(
"Can't update feed - ServiceFactory is null");
}
service = serviceFactory.getAdminService();
service.updateFeed(feed, account);
} catch (ServiceException e) {
setError(e.getErrorCode(),
"can not update feed");
LOG.error("Can not update feed -- " + e.getMessage(), e);
} catch (Exception e) {