public abstract class FileTransferError extends Object
| Modifier and Type | Field and 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 and Description |
|---|
FileTransferError() |
public static final rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTooLarge FILE_TOO_LARGE
<file-too-large/> error.public static final rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileNotAvailable FILE_NOT_AVAILABLE
<file-not-available/> error.Copyright © 2014–2018 XMPP.rocks. All rights reserved.