Interface HasException

    • Method Detail

      • getException

        java.lang.Throwable getException()
        Returns the cause of the failure.
        Returns:
        the Throwable of the failure, or null if not failed (yet).