throw new ServiceRuntimeException(e);
}
// Dispatch the request to that host
ItemCollection processCollection = processCollection(host);
return processCollection.post(key, item);
}
public void put(String key, Item item) throws NotFoundException {
throw new UnsupportedOperationException();
}