Example #1
0
 public void handleFailed(final IOException exception, final FutureResult<T> manager) {
   manager.setException(exception);
 }