Package org.apache.commons.httpclient
Class HttpClientError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.apache.commons.httpclient.HttpClientError
-
- All Implemented Interfaces:
Serializable
public class HttpClientError extends Error
Signals that an error has occurred.- Since:
- 3.0
- Version:
- $Revision: 480424 $ $Date: 2006-11-29 06:56:49 +0100 (Wed, 29 Nov 2006) $
- Author:
- Ortwin Gl?ck
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpClientError()
Creates a new HttpClientError with a null detail message.HttpClientError(String message)
Creates a new HttpClientError with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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.- Parameters:
message
- The error message
-
-