Searched refs:maybeUnwrapIOException (Results 1 – 2 of 2) sorted by relevance
336 ExceptionUtils.maybeUnwrapIOException(e); in createSession()356 ExceptionUtils.maybeUnwrapIOException(e); in openSession()841 ExceptionUtils.maybeUnwrapIOException(e); in openWrite()854 ExceptionUtils.maybeUnwrapIOException(e); in write()899 ExceptionUtils.maybeUnwrapIOException(e); in getNames()922 ExceptionUtils.maybeUnwrapIOException(e); in openRead()943 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
37 public static void maybeUnwrapIOException(RuntimeException e) throws IOException { in maybeUnwrapIOException() method in ExceptionUtils