Interface HasException

All Known Subinterfaces:
Cancellable, IoConnectFuture, IoWriteFuture, WithException
All Known Implementing Classes:
AbstractIoWriteFuture, DefaultCancellableSshFuture, DefaultIoConnectFuture

public interface HasException
Something that may have a failure exception.
Author:
Apache MINA SSHD Project
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the cause of the failure.
  • Method Details

    • getException

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