FileDocCategorySizeDatePackage
NoHttpResponseException.javaAPI DocAndroid 1.5 API2046Wed May 06 22:41:10 BST 2009org.apache.http

NoHttpResponseException

public class NoHttpResponseException extends IOException

Signals that the target server failed to respond with a valid HTTP response.

author
Oleg Kalnichevski
version
$Revision: 618017 $

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public NoHttpResponseException(String message)
Creates a new NoHttpResponseException with the specified detail message.

param
message exception message

    
                      
       
        super(message);
    
Methods Summary