Class 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 Detail

      • SimpleFutureWrapper

        public SimpleFutureWrapper​(Future<K> base)
    • Method Detail

      • convertException

        protected Throwable convertException​(Throwable cause)
        Specified by:
        convertException in class com.google.appengine.api.utils.FutureWrapper<K,​V>