public interface IIncomingFileTransferReceiveDoneEvent extends IIncomingFileTransferEvent
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Get any exception associated with this file transfer.
|
getSource
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.Copyright © 2017 Eclipse Foundation. All rights reserved.