Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/241#discussion_r112040558
  
    --- Diff: 
jena-arq/src/main/java/org/apache/jena/sparql/engine/http/QueryExceptionHTTP.java
 ---
    @@ -63,11 +66,21 @@ public QueryExceptionHTTP(int responseCode)
         public int getResponseCode() { return responseCode ; }
         
         
    -    /** The messge for the reason for this exception
    +    /** The message for the reason for this exception
          * @return message
          */  
         public String getResponseMessage() { return responseMessage ; }
     
    +    /** The response for this exception
    +     * @return response
    --- End diff --
    
    Note that this can be null if the original exception was not from the HTTP 
protocol, but from e.g. an IOException why doing an HTTP operation.
    
    "The response for this exception if available from HTTP"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to