org.apache.xmlrpc.webserver
public static class ServletWebServer.Exception extends IOException
Constructor Summary | |
---|---|
Exception(int pStatusCode, String pMessage, String pDescription) Creates a new instance. |
Method Summary | |
---|---|
String | getDescription() Returns the error description. |
String | getMessage() |
int | getStatusCode() Returns the HTTP status code. |
Parameters: pStatusCode The HTTP status code being sent to the client. pMessage The HTTP status message being sent to the client. pDescription The error description being sent to the client in the response body.
Returns: The error description.
Returns: The status code.