comparison src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java @ 118:79169a0b5a0d

Fixed error message
author mschaefer
date Wed, 13 Jun 2018 19:00:08 +0200
parents 5b184dc5b4a9
children 5aad20399cbd
comparison
equal deleted inserted replaced
117:5b184dc5b4a9 118:79169a0b5a0d
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.\n" + XMLUtils.toString(doc), ioe); 165 "Connection to server failed. No Artifact created. " + XMLUtils.toString(doc), ioe);
166 } 166 }
167 } 167 }
168 168
169 169
170 @Override 170 @Override

http://dive4elements.wald.intevation.org