Uses of Class
org.jivesoftware.smackx.filetransfer.FileTransfer.Error

Packages that use FileTransfer.Error
org.jivesoftware.smackx.filetransfer   
 

Uses of FileTransfer.Error in org.jivesoftware.smackx.filetransfer
 

Methods in org.jivesoftware.smackx.filetransfer that return FileTransfer.Error
 FileTransfer.Error FileTransfer.getError()
          When FileTransfer.getStatus() returns that there was an FileTransfer.Status.error during the transfer, the type of error can be retrieved through this method.
static FileTransfer.Error FileTransfer.Error.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileTransfer.Error[] FileTransfer.Error.values()
          Returns an array containing the constants of this enum type, in the order they are declared.