public static final class Rpc.MethodResponse.Fault extends Object
| Constructor and Description |
|---|
Fault(int faultCode,
String faultString)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFaultCode()
Gets the fault code.
|
String |
getFaultString()
Gets the fault string.
|
String |
toString() |
@Deprecated public Fault(int faultCode, String faultString)
faultCode - The fault code.faultString - The fault string.Copyright © 2014–2015 XMPP.rocks. All rights reserved.