Public Member Functions | Private Attributes | Static Private Attributes
org.apache.xmlrpc.client.XmlRpcHttpTransportException Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcHttpTransportException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int getStatusCode ()
String getStatusMessage ()
 XmlRpcHttpTransportException (int pCode, String pMessage)
 XmlRpcHttpTransportException (int httpStatusCode, String httpStatusMessage, String message)

Private Attributes

final int status
final String statusMessage

Static Private Attributes

static final long serialVersionUID = -6933992871198450027L

Detailed Description

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.

Definition at line 11 of file XmlRpcHttpTransportException.java.


Constructor & Destructor Documentation

Creates a new instance with the specified HTTP status code and HTTP status message.

Parameters:
pCodeThe HTTP status code
pMessageThe HTTP status message returned by the HTTP server

Definition at line 23 of file XmlRpcHttpTransportException.java.

org.apache.xmlrpc.client.XmlRpcHttpTransportException.XmlRpcHttpTransportException ( int  httpStatusCode,
String  httpStatusMessage,
String  message 
) [inline]

Construct a new XmlRpcHttpTransportException with the specified HTTP status code, HTTP status message, and exception message.

Parameters:
httpStatusCodethe HTTP status code
httpStatusMessagethe HTTP status message returned by the HTTP server
messagethe exception message.

Definition at line 34 of file XmlRpcHttpTransportException.java.


Member Function Documentation

Get the HTTP status code that resulted in this exception.

Returns:
the HTTP status code that resulted in this exception.

Definition at line 44 of file XmlRpcHttpTransportException.java.

Get the status message returned by the HTTP server.

Returns:
the status message returned by the HTTP server.

Definition at line 53 of file XmlRpcHttpTransportException.java.


Member Data Documentation

final long org.apache.xmlrpc.client.XmlRpcHttpTransportException.serialVersionUID = -6933992871198450027L [static, private]

Reimplemented from org.apache.xmlrpc.XmlRpcException.

Definition at line 12 of file XmlRpcHttpTransportException.java.

Definition at line 14 of file XmlRpcHttpTransportException.java.

Definition at line 15 of file XmlRpcHttpTransportException.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50