| Package | Description |
|---|---|
| org.jivesoftware.smackx.commands | |
| org.jivesoftware.smackx.commands.packet |
| Modifier and Type | Method and Description |
|---|---|
static AdHocCommand.SpecificErrorCondition |
AdHocCommand.getSpecificErrorCondition(XMPPError error)
Returns the specific condition of the
error or null if the
error doesn't have any. |
static AdHocCommand.SpecificErrorCondition |
AdHocCommand.SpecificErrorCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdHocCommand.SpecificErrorCondition[] |
AdHocCommand.SpecificErrorCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
AdHocCommand.SpecificErrorCondition |
AdHocCommandData.SpecificError.condition |
| Modifier and Type | Method and Description |
|---|---|
AdHocCommand.SpecificErrorCondition |
AdHocCommandData.SpecificError.getCondition() |
| Constructor and Description |
|---|
SpecificError(AdHocCommand.SpecificErrorCondition condition) |