Generated by
JDiff

Interface com.google.common.util.concurrent.CheckedFuture

Changed Methods
V checkedGet() Changed from non-abstract to abstract. Exception checking version of Future.get() that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
V checkedGet(long, TimeUnit) Changed from non-abstract to abstract. Exception checking version of Future.get(long, TimeUnit) that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.