javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

losing exception information #161

Open codeperfector opened 5 years ago

codeperfector commented 5 years ago

We ran into an issue with AbstractObjectStoreEntity.java:154 where it returned a CommandException with no information on what actually happened. I submitted a pull request to remedy this and other places in the code where it would be useful to actually know what exception occurred. @robert-bor @ferrys Please review: https://github.com/javaswift/joss/pull/160