Android
org.apache.http.conn
public class

org.apache.http.conn.ConnectionPoolTimeoutException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.apache.http.conn.ConnectTimeoutException
org.apache.http.conn.ConnectionPoolTimeoutException

A timeout while waiting for an available connection from a connection manager.

Summary

Fields inherited from class java.io.InterruptedIOException

Public Constructors

            ConnectionPoolTimeoutException()
Creates a ConnectTimeoutException with a null detail message.
            ConnectionPoolTimeoutException(String message)
Creates a ConnectTimeoutException with the specified detail message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public ConnectionPoolTimeoutException()

Creates a ConnectTimeoutException with a null detail message.

public ConnectionPoolTimeoutException(String message)

Creates a ConnectTimeoutException 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