File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jena/src/main/java/com/inrupt/client/jena
rdf4j/src/main/java/com/inrupt/client/rdf4j Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public final class JenaBodyHandlers {
4949 private static void throwOnError (final Response .ResponseInfo responseInfo ) {
5050 if (!Response .isSuccess (responseInfo .statusCode ())) {
5151 throw new ClientHttpException (
52- "Could not map to a Jena entity." ,
52+ "An HTTP error was encountered mapping to a Jena entity." ,
5353 responseInfo .uri (),
5454 responseInfo .statusCode (),
5555 responseInfo .headers (),
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public final class RDF4JBodyHandlers {
4646 private static void throwOnError (final Response .ResponseInfo responseInfo ) {
4747 if (!Response .isSuccess (responseInfo .statusCode ())) {
4848 throw new ClientHttpException (
49- "Could not map to an RDF4J entity." ,
49+ "An HTTP error was encountered mapping to an RDF4J entity." ,
5050 responseInfo .uri (),
5151 responseInfo .statusCode (),
5252 responseInfo .headers (),
You can’t perform that action at this time.
0 commit comments