Class AbstractFuture.Failure

    • Constructor Summary

      Constructors 
      Constructor Description
      Failure​(java.lang.Throwable exception)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exception

        final java.lang.Throwable exception
    • Constructor Detail

      • Failure

        Failure​(java.lang.Throwable exception)