X-Git-Url: http://jaekl.net/gitweb/?p=frank.git;a=blobdiff_plain;f=prod%2Fnet%2Fjaekl%2Fqd%2Fhttp%2FInvalidResponseException.java;h=5240f15d95625ea8d1b31d5da38ddcae11306672;hp=7d0bdc85d8a21c5bff5c9877d7f9b820883fb874;hb=60dc53edca9ae2bcd6703e02b26acd47ef3d61a8;hpb=418e4d229a8b607b022cfb867bb702bec1765d13 diff --git a/prod/net/jaekl/qd/http/InvalidResponseException.java b/prod/net/jaekl/qd/http/InvalidResponseException.java index 7d0bdc8..5240f15 100644 --- a/prod/net/jaekl/qd/http/InvalidResponseException.java +++ b/prod/net/jaekl/qd/http/InvalidResponseException.java @@ -19,6 +19,7 @@ public class InvalidResponseException extends QDException { public String getUrl() { return m_url; } public String getMethod() { return m_method; } + public String getResponse() { return m_response; } @Override public String toString() {