| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Method and Description |
|---|---|
static SmackError |
SmackError.getErrorCode(String message) |
SmackError |
XMPPException.getSmackError()
Returns the SmackError asscociated with this exception, or null
if there isn't one.
|
static SmackError |
SmackError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmackError[] |
SmackError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XMPPException(SmackError code)
Creates a new XMPPException with a Smack specific error code.
|
Copyright © 2014. All Rights Reserved.