Exception thrown if the HTTP status code sent by the server
indicates that the request could not be processed. In
general, the 400 and 500 level HTTP status codes will
result in an XmlRpcHttpTransportException being thrown.
XmlRpcHttpTransportException(int pCode,
java.lang.String pMessage)
Creates a new instance with the specified HTTP status code
and HTTP status message.
XmlRpcHttpTransportException(int httpStatusCode,
java.lang.String httpStatusMessage,
java.lang.String message)
Construct a new XmlRpcHttpTransportException with the specified HTTP status code,
HTTP status message, and exception message.
Method Summary
int
getStatusCode()
Get the HTTP status code that resulted in this exception.
java.lang.String
getStatusMessage()
Get the status message returned by the HTTP server.
Methods inherited from class org.apache.xmlrpc.XmlRpcException