FastIDSet members = new FastIDSet();
consumeIDs(connection, members);
return members; case HttpURLConnection.HTTP_NOT_IMPLEMENTED:
throw new UnsupportedOperationException();
case HttpURLConnection.HTTP_UNAVAILABLE:
throw new NotReadyException();
default:
throw new TasteException(connection.getResponseCode() + " " + connection.getResponseMessage());
}
} catch (TasteException te) {
log.info("Can't access {} at {}: ({})", urlPath, replica, te.toString());