Moving IOException to Exception for interface calls
animeshtrivedi opened this issue · 0 comments
animeshtrivedi commented
Exception allows to throw Exceptions e.g., InterruptedException
, which are not part of IOException
. Excepted changes in :
https://github.com/zrlio/crail/blob/master/client/src/main/java/com/ibm/crail/storage/StorageClient.java#L31
https://github.com/zrlio/crail/blob/master/client/src/main/java/com/ibm/crail/storage/StorageEndpoint.java#L28