Home | History | Annotate | Download | only in filetransfer

Lines Matching defs:XMPPException

36 import org.jivesoftware.smack.XMPPException;

256 * @throws XMPPException If there are either no stream methods contained in the packet, or
260 FileTransferRequest request) throws XMPPException {
272 throw new XMPPException(errorMessage, error);
281 catch (XMPPException e) {
307 throws XMPPException {
324 throw new XMPPException(error.getMessage(), error);
396 * @throws XMPPException Thrown if there is an error negotiating the file transfer.
400 final String desc, int responseTimeout) throws XMPPException {
430 throw new XMPPException(iqResponse.getError());
433 throw new XMPPException("File transfer response unreadable");
442 throws XMPPException {
459 throw new XMPPException(error.getMessage(), error);