throws LiveDocumentNotAvailableException, URIException, IOException {
HttpClient http = getHttpClient();
OutputStream os = new FileOutputStream(file);
ExtendedGetMethod method = new ExtendedGetMethod(os);
LaxURI lURI = new LaxURI(urlString,true);
method.setURI(lURI);
try {
int code = http.executeMethod(method);
os.close();
// TODO: Constant 200