Package rocks.xmpp.extensions.rpc.model
Class Rpc.MethodResponse.Fault
- java.lang.Object
-
- rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
-
- Enclosing class:
- Rpc.MethodResponse
public static final class Rpc.MethodResponse.Fault extends Object
The implementation of a RPC fault.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFaultCode()
Gets the fault code.String
getFaultString()
Gets the fault string.String
toString()
-