public class XmlRpcHttpTransportException
extends org.apache.xmlrpc.XmlRpcException
| コンストラクタと説明 |
|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public XmlRpcHttpTransportException(int pCode,
java.lang.String pMessage)
pCode - The HTTP status codepMessage - The HTTP status message returned by the HTTP serverpublic XmlRpcHttpTransportException(int httpStatusCode,
java.lang.String httpStatusMessage,
java.lang.String message)
httpStatusCode - the HTTP status codehttpStatusMessage - the HTTP status message returned by the HTTP servermessage - the exception message.public int getStatusCode()
public java.lang.String getStatusMessage()