OpenSearch/client/sniffer
javanna a9b5c5adbe restore throws IOException clause on all performRequest sync methods
We throw IOException, which is the exception that is going to be thrown in 99% of the cases. A more generic exception can happen, and if it is a runtime one we just let it bubble up as is, otherwise we wrap it into runtime one so that we don't require to catch Exception everywhere, which seems odd.

Also adjusted javadocs for all performRequest methods
2016-07-19 15:18:05 +02:00
..
licenses Build: use license mapping for http* and commons-* 2016-07-19 15:16:45 +02:00
src restore throws IOException clause on all performRequest sync methods 2016-07-19 15:18:05 +02:00
build.gradle Build: use license mapping for http* and commons-* 2016-07-19 15:16:45 +02:00