changeset 117:5b184dc5b4a9

Error message with document code
author mschaefer
date Wed, 13 Jun 2018 18:38:07 +0200
parents c92b50c9c99a
children 79169a0b5a0d
files src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java	Wed Jun 13 15:37:12 2018 +0200
+++ b/src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java	Wed Jun 13 18:38:07 2018 +0200
@@ -162,7 +162,7 @@
         }
         catch (IOException ioe) {
             throw new ConnectionException(
-                "Connection to server failed. No Artifact created.", ioe);
+                "Connection to server failed. No Artifact created.\n" + XMLUtils.toString(doc), ioe);
         }
     }
 

http://dive4elements.wald.intevation.org