org.apache.commons.httpclient
Class HttpClientError
Error
org.apache.commons.httpclient.HttpClientError
public class HttpClientError
extends Error
Signals that an error has occurred.
Version:
- Ortwin Gl?ck
- 3.0
HttpClientError() - Creates a new HttpClientError with a null detail message.
|
HttpClientError(String message) - Creates a new HttpClientError with the specified detail message.
|
HttpClientError
public HttpClientError()
Creates a new HttpClientError with a null detail message.
HttpClientError
public HttpClientError(String message)
Creates a new HttpClientError with the specified detail message.
message
- The error message
Copyright (c) 1999-2005 - Apache Software Foundation