Interface WithException
- All Superinterfaces:
HasException
- All Known Subinterfaces:
AuthFuture, Cancellable, ConnectFuture, IoConnectFuture, OpenFuture
- All Known Implementing Classes:
DefaultAuthFuture, DefaultCancellableSshFuture, DefaultConnectFuture, DefaultIoConnectFuture, DefaultOpenFuture
Something that may carry a failure exception.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetException(Throwable exception) Sets the exception that caused the operation to fail.Methods inherited from interface HasException
getException
-
Method Details
-
setException
-