org.apache.commons.httpclient
public class HttpClientError extends java.lang.Error
| Constructor and Description |
|---|
HttpClientError()
Creates a new HttpClientError with a null detail message.
|
HttpClientError(java.lang.String message)
Creates a new HttpClientError with the specified detail message.
|