Android
org.apache.http
public class

org.apache.http.UnsupportedHttpVersionException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.ProtocolException
org.apache.http.UnsupportedHttpVersionException

Indicates an unsupported version of the HTTP protocol.

Summary

Public Constructors

            UnsupportedHttpVersionException()
Creates an exception without a detail message.
            UnsupportedHttpVersionException(String message)
Creates an exception with the specified detail message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public UnsupportedHttpVersionException()

Creates an exception without a detail message.

public UnsupportedHttpVersionException(String message)

Creates an exception with the specified detail message.

Parameters

message The exception detail message
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48