Package org.apache.sshd.common.future
Interface WithException
- All Superinterfaces:
HasException
- All Known Subinterfaces:
Cancellable,IoConnectFuture
- All Known Implementing Classes:
DefaultCancellableSshFuture,DefaultIoConnectFuture
Something that may carry a failure exception.
- Author:
- Apache MINA SSHD Project
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetException(Throwable exception) Sets the exception that caused the operation to fail.Methods inherited from interface org.apache.sshd.common.future.HasException
getException
-
Method Details
-
setException
Sets the exception that caused the operation to fail.- Parameters:
exception- TheThrowableto set; must be non-null
-