Uses of Class
rocks.xmpp.core.stanza.model.StanzaError
- 
Packages that use StanzaError Package Description rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.server rocks.xmpp.extensions.dialback.model  - 
- 
Uses of StanzaError in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return StanzaError Modifier and Type Method Description StanzaErrorStanza. getError()Gets the stanza's 'error' element.StanzaErrorStanzaErrorException. getError()Gets the stanza error, i.e. the<error/>element.Methods in rocks.xmpp.core.stanza.model with parameters of type StanzaError Modifier and Type Method Description IQIQ. createError(StanzaError error)IQIQ. createError(StanzaError error, boolean includeOriginal)Creates an error response for this stanza.MessageMessage. createError(StanzaError error)PresencePresence. createError(StanzaError error)abstract StanzaStanza. createError(StanzaError error)Creates an error response for this stanza.voidStanza. setError(StanzaError stanzaError)Sets the stanza's 'error' element.Constructors in rocks.xmpp.core.stanza.model with parameters of type StanzaError Constructor Description IQ(Jid to, IQ.Type type, Object extension, String id, Jid from, Locale language, StanzaError error)Creates an IQ stanza with the given receiver, id, type, extension and error.Message(Jid to, Message.Type type, String body, String subject, String thread, String parentThread, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)Constructs a message with body and type.Message(Jid to, Message.Type type, Collection<Text> bodies, Collection<Text> subjects, String thread, String parentThread, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)Constructs a message with all possible values.Presence(Jid to, Presence.Type type, Presence.Show show, Collection<Text> status, byte priority, String id, Jid from, Locale language, Collection<?> extensions, StanzaError error)Constructs a presence with all possible values. - 
Uses of StanzaError in rocks.xmpp.core.stanza.model.server
Subclasses of StanzaError in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description classServerStanzaErrorA stanza error explicitly bound to thejabber:servernamespace.Methods in rocks.xmpp.core.stanza.model.server with parameters of type StanzaError Modifier and Type Method Description static ServerStanzaErrorServerStanzaError. from(StanzaError e)Creates a stanza error in thejabber:servernamespace from an unqualified stanza error. - 
Uses of StanzaError in rocks.xmpp.extensions.dialback.model
Methods in rocks.xmpp.extensions.dialback.model that return StanzaError Modifier and Type Method Description StanzaErrorDialback. getError()Constructors in rocks.xmpp.extensions.dialback.model with parameters of type StanzaError Constructor Description Result(Jid from, Jid to, StanzaError error)Creates a dialback error from the receiving server to the initiating server.Verify(Jid from, Jid to, String id, StanzaError error)Creates a dialback error from the authoritative server to the receiving server. 
 -