Searched refs:mapException (Results 1 – 2 of 2) sorted by relevance
53 protected abstract E mapException(Exception e); in mapException() method in AbstractCheckedFuture64 throw mapException(e); in checkedGet()66 throw mapException(e); in checkedGet()68 throw mapException(e); in checkedGet()81 throw mapException(e); in checkedGet()83 throw mapException(e); in checkedGet()85 throw mapException(e); in checkedGet()
498 protected E mapException(Exception e) {