Raised when the remote procedure returns a fault-structure, which has two
accessor-methods faultCode
an Integer, and faultString
a String.
Methods
Attributes
[R] | faultCode | |
[R] | faultString |
Class Public methods
new(faultCode, faultString)
Link
Creates a new XMLRPC::FaultException instance.
faultString
is passed to StandardError as the msg
of
the Exception.
Instance Public methods