artiya4u / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

HttpResponseException extends Exception, not IOException [Backwards Incompatible] #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://javadoc.google-http-java-client.googlecode.com/hg/1.10.3-beta/com/google/
api/client/http/HttpResponseException.html

http://code.google.com/p/google-http-java-client/issues/detail?id=137

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

HttpResponseException should extend Exception, not IOException.  It is not 
actually an I/O problem, it is just that the server returned an error status 
code.

Original issue reported on code.google.com by yan...@google.com on 3 Jul 2012 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 3 Jul 2012 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 11 Jul 2012 at 12:45

GoogleCodeExporter commented 9 years ago
Due to the many breaking references due to numerous interface changes we have 
decided to revisit this later.

Original comment by rmis...@google.com on 26 Jul 2012 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Sep 2012 at 1:32

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/6500102/

Original comment by yan...@google.com on 11 Sep 2012 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 11 Sep 2012 at 5:02

GoogleCodeExporter commented 9 years ago
We decided to not do this yet because it would be an incompatible change and we 
are not ready for such an incompatible change at this point.  We may try it in 
the future.

Original comment by yan...@google.com on 23 Oct 2012 at 8:02