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

UnsupportedHttpVersionException

public class UnsupportedHttpVersionException extends ProtocolException
Indicates an unsupported version of the HTTP protocol.
author
Oleg Kalnichevski
version
$Revision:379772 $

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public UnsupportedHttpVersionException()
Creates an exception without a detail message.


    
                
      
        super();
    
public UnsupportedHttpVersionException(String message)
Creates an exception with the specified detail message.

param
message The exception detail message

        super(message);
    
Methods Summary