| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stanza.model.errors |
Provides XML schema implementations of the Stanza Error Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
StanzaError.getCondition()
Gets the defined error condition.
|
| Constructor and Description |
|---|
StanzaError(Condition condition)
Creates an error with a given condition.
|
StanzaError(Condition condition,
String text)
Creates an error with a given condition and text.
|
StanzaError(StanzaError.Type type,
Condition condition)
Creates an error with a given error type and a condition.
|
StanzaError(StanzaError.Type type,
Condition condition,
String text)
Creates an error with a given error type and a condition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequest
The implementation of the
<bad-request/> stanza error. |
class |
Conflict
The implementation of the
<conflict/> stanza error. |
class |
FeatureNotImplemented
The implementation of the
<feature-not-implemented/> stanza error. |
class |
Forbidden
The implementation of the
<forbidden/> stanza error. |
class |
Gone
The implementation of the
<gone/> stanza error. |
class |
InternalServerError
The implementation of the
<internal-server-error/> stanza error. |
class |
ItemNotFound
The implementation of the
<item-not-found/> stanza error. |
class |
JidMalformed
The implementation of the
<jid-malformed/> stanza error. |
class |
NotAcceptable
The implementation of the
<not-acceptable/> stanza error. |
class |
NotAllowed
The implementation of the
<not-allowed/> stanza error. |
class |
NotAuthorized
The implementation of the
<not-authorized/> stanza error. |
class |
PolicyViolation
The implementation of the
<policy-violation/> stanza error. |
class |
RecipientUnavailable
The implementation of the
<recipient-unavailable/> stanza error. |
class |
Redirect
The implementation of the
<redirect/> stanza error. |
class |
RegistrationRequired
The implementation of the
<registration-required/> stanza error. |
class |
RemoteServerNotFound
The implementation of the
<remote-server-not-found/> stanza error. |
class |
RemoteServerTimeout
The implementation of the
<remote-server-timeout/> stanza error. |
class |
ResourceConstraint
The implementation of the
<resource-constraint/> stanza error. |
class |
ServiceUnavailable
The implementation of the
<service-unavailable/> stanza error. |
class |
SubscriptionRequired
The implementation of the
<subscription-required/> stanza error. |
class |
UndefinedCondition
The implementation of the
<undefined-condition/> stanza error. |
class |
UnexpectedRequest
The implementation of the
<unexpected-request/> stanza error. |
Copyright © 2014 XMPP.rocks. All rights reserved.