}
if (null != method) {
hc.setMethodType(method);
}
try {
hc.makeRequest();
} catch (IOException e) {
throw new CoreException("Error making server request to " + jcUrl + ": " + e.getMessage(), e);
} catch (HttpClientException e) {
throw new CoreException("Error making server request to " + jcUrl + ": " + e.getMessage(), e);
}