Package com.googlecode.objectify.util
Class SimpleFutureWrapper<K,V>
- java.lang.Object
-
- com.google.appengine.api.utils.FutureWrapper<K,V>
-
- com.googlecode.objectify.util.SimpleFutureWrapper<K,V>
-
- All Implemented Interfaces:
Future<V>
public abstract class SimpleFutureWrapper<K,V> extends com.google.appengine.api.utils.FutureWrapper<K,V>
Slightly more convenient than the GAE SDK version.- Author:
- Jeff Schnitzer
-
-
Constructor Summary
Constructors Constructor Description SimpleFutureWrapper(Future<K> base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Throwable
convertException(Throwable cause)
-