(Throwable t)
| 3560 | |
| 3561 | |
| 3562 | public boolean setException(Throwable t) { |
| 3563 | return futureValue.setException(t); |
| 3564 | } |
| 3565 | |
| 3566 | private ListenableFuture<V> fullyFailedFuture(Throwable t) { |
| 3567 | return Futures.immediateFailedFuture(t); |
no outgoing calls
no test coverage detected