Home | History | Annotate | Download | only in packet

Lines Matching defs:XMPPException

40 import org.jivesoftware.smack.XMPPException;
511 * @throws XMPPException thrown if there was an issue setting the VCard in the server.
513 public void save(Connection connection) throws XMPPException {
526 throw new XMPPException("No response from server on status set.");
529 throw new XMPPException(response.getError());
537 public void load(Connection connection) throws XMPPException {
547 public void load(Connection connection, String user) throws XMPPException {
554 private void doLoad(Connection connection, String user) throws XMPPException {
566 throw new XMPPException(errorMessage, new XMPPError(
570 throw new XMPPException(result.getError());