Package org.apache.sshd.common.future
Interface WithException
-
- All Known Subinterfaces:
Cancellable,IoConnectFuture
- All Known Implementing Classes:
DefaultCancellableSshFuture,DefaultIoConnectFuture
public interface WithExceptionSomething that may carry a failure exception.- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetException()Returns the cause of the failure.voidsetException(Throwable exception)Sets the exception that caused the operation to fail.
-