#include <XmlRpcException.h>
Public Member Functions | |
XmlRpcException (const std::string &message, int code=-1) | |
Constructor. | |
const std::string & | getMessage () const |
Return the error message. | |
int | getCode () const |
Return the error code. |
If server methods throw this exception, a fault response is returned to the client.
XmlRpc::XmlRpcException::XmlRpcException | ( | const std::string & | message, | |
int | code = -1 | |||
) | [inline] |
Constructor.
message | A descriptive error message | |
code | An integer error code |