org.apache.directory.shared.ldap.codec.util
Class HttpClientError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.apache.directory.shared.ldap.codec.util.HttpClientError
All Implemented Interfaces:
java.io.Serializable

public class HttpClientError
extends java.lang.Error

Signals that an error has occurred.

Since:
3.0
Version:
$Revision: 379008 $ $Date: 2005-02-26 08:01:52 -0500 (Sat, 26 Feb 2005) $
Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
HttpClientError()
          Creates a new HttpClientError with a null detail message.
HttpClientError(java.lang.String message)
          Creates a new HttpClientError with the specified detail message.
 
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(java.lang.String message)
Creates a new HttpClientError with the specified detail message.

Parameters:
message - The error message


Copyright © 2003-2006 . All Rights Reserved.