6364656667686970
return downloadResource(httpUrlConnection, namespaceDownloadLocation); } catch (IOException e) { final String url = namespaceDownloadLocation; final String msg = e.getMessage(); throw new ResourceDownloadError(url, msg, e); } }