Interface TransferListener.Context.TransferFailed
-
- All Superinterfaces:
TransferListener.Context.TransferInitiated
- All Known Implementing Classes:
TransferListenerFailedContext
- Enclosing class:
- TransferListener.Context
@Immutable @ThreadSafe public static interface TransferListener.Context.TransferFailed extends TransferListener.Context.TransferInitiated
The transfer failed.Available context attributes:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Throwableexception()The exception associated with the failed transfer.-
Methods inherited from interface software.amazon.awssdk.transfer.s3.progress.TransferListener.Context.TransferInitiated
progressSnapshot, request
-
-
-
-
Method Detail
-
exception
Throwable exception()
The exception associated with the failed transfer.Note that this would be the cause of a
CompletionException, and not aCompletionExceptionitself.
-
-