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

ConnectionClosedException

public class ConnectionClosedException extends IOException
Indicates that a connection has been closed.
author
Oleg Kalnichevski
version
$Revision: 618017 $
since
4.0

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

param
message The exception detail message

    
                         
        
        super(message);
    
Methods Summary