FileDocCategorySizeDatePackage
ConnectionPendingException.javaAPI DocAndroid 1.5 API1352Wed May 06 22:41:04 BST 2009java.nio.channels

ConnectionPendingException

public class ConnectionPendingException extends IllegalStateException
A {@code ConnectionPendingException} is thrown when an attempt is made to connect a {@link SocketChannel} that has a non-blocking connection already underway.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public ConnectionPendingException()
Constructs a {@code ConnectionPendingException}.

since
Android 1.0


                 
      
        super();
    
Methods Summary