Class FileTransferError
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
-
public abstract class FileTransferError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileNotAvailable
FILE_NOT_AVAILABLE
The<file-not-available/>
error.static rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTooLarge
FILE_TOO_LARGE
The<file-too-large/>
error.
-
Constructor Summary
Constructors Constructor Description FileTransferError()
-
-
-
Field Detail
-
FILE_TOO_LARGE
public static final rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTooLarge FILE_TOO_LARGE
The<file-too-large/>
error.
-
FILE_NOT_AVAILABLE
public static final rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileNotAvailable FILE_NOT_AVAILABLE
The<file-not-available/>
error.
-
-