Interface KeyExchangeFuture

    • Method Detail

      • getException

        Throwable getException()
        Returns the cause of the exchange failure.
        Returns:
        null if the exchange operation is not finished yet, or if the connection attempt is successful (use WaitableFuture.isDone() to distinguish between the two).