public abstract class SimpleFutureWrapper<K,V> extends FutureWrapper<K,V>
Constructor and Description |
---|
SimpleFutureWrapper(Future<K> base) |
Modifier and Type | Method and Description |
---|---|
protected Throwable |
convertException(Throwable cause) |
absorbParentException, cancel, equals, get, get, hashCode, isCancelled, isDone, wrap
protected Throwable convertException(Throwable cause)
convertException
in class FutureWrapper<K,V>
Copyright © 2019. All rights reserved.