public interface IIncomingFileTransferReceiveDoneEvent extends IIncomingFileTransferEvent
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Get any exception associated with this file transfer.
|
getSource
java.lang.Exception getException()
null
. If the file transfer completed unsuccessfully (some
exception occurred), then this method will return a non-null
Exception instance that occurred.
If the the file transfer was canceled by the user, then the exception
returned will be an instance of UserCancelledException
.
null
if transfer completed successfully, non-null if transfer
completed with some exception.