amit170394 / sardine

Automatically exported from code.google.com/p/sardine
0 stars 0 forks source link

return a SardineException instead of an IOException #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to be able to easily parse any errors and not lose any valuable 
information, throw a SardineException instead of IOException. 
SardineException should wrap IOException. This also makes it so that we 
don't need the ugly java5 hack because there is no IOException(ex) in java5.

Original issue reported on code.google.com by latch...@gmail.com on 6 Jan 2010 at 11:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r30.

Original comment by latch...@gmail.com on 6 Jan 2010 at 11:24