comparison src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java @ 117:5b184dc5b4a9

Error message with document code
author mschaefer
date Wed, 13 Jun 2018 18:38:07 +0200
parents c92b50c9c99a
children 79169a0b5a0d
comparison
equal deleted inserted replaced
116:c92b50c9c99a 117:5b184dc5b4a9
160 "Connection to server failed. No Artifact created. Response was: " + entityAsText, e); 160 "Connection to server failed. No Artifact created. Response was: " + entityAsText, e);
161 } 161 }
162 } 162 }
163 catch (IOException ioe) { 163 catch (IOException ioe) {
164 throw new ConnectionException( 164 throw new ConnectionException(
165 "Connection to server failed. No Artifact created.", ioe); 165 "Connection to server failed. No Artifact created.\n" + XMLUtils.toString(doc), ioe);
166 } 166 }
167 } 167 }
168 168
169 169
170 @Override 170 @Override

http://dive4elements.wald.intevation.org