* If there is an error communicating with the GData service.
*/
public <T extends E> T insert(T newEntry)
throws ServiceException, IOException {
if (feedState.service == null) {
throw new ServiceException(
CoreErrorDomain.ERR.entryNotAssociated);
}
Link postLink = getEntryPostLink();
if (postLink == null) {
throw new UnsupportedOperationException("Media cannot be inserted");