Class DefaultPromise.CauseHolder

  • Enclosing class:
    DefaultPromise<V>

    private static final class DefaultPromise.CauseHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Throwable cause  
    • Constructor Summary

      Constructors 
      Constructor Description
      CauseHolder​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cause

        final java.lang.Throwable cause
    • Constructor Detail

      • CauseHolder

        CauseHolder​(java.lang.Throwable cause)