org.apache.commons.httpclient
Class HttpClientError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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: 1425331 $ $Date: 2012-12-22 18:29:41 +0000 (Sat, 22 Dec 2012) $
Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.