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

NoConnectionPendingException

public class NoConnectionPendingException extends IllegalStateException
A {@code NoConnectionPendingException} is thrown if {@code SocketChannel}'s {@link SocketChannel#finishConnect() finishConnect} method is called before the {@code SocketChannel}'s {@link SocketChannel#connect(SocketAddress) connect} method completed without error.
since
Android 1.0

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

since
Android 1.0


                 
      
        super();
    
Methods Summary