Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/767 I've seen this kind of thing happen before and we usually handle the dual exception the way that you have it there by catching either exception or catching generically and asserting either one as acceptable.
---