FileDocCategorySizeDatePackage
ConnectionPendingException.javaAPI DocJava SE 5 API773Fri Aug 26 16:50:36 BST 2005java.nio.channels

ConnectionPendingException

public class ConnectionPendingException extends IllegalStateException
Unchecked exception thrown when an attempt is made to connect a {@link SocketChannel} for which a non-blocking connection operation is already in progress.
version
1.9, 01/11/19
since
1.4

Fields Summary
Constructors Summary
public ConnectionPendingException()
Constructs an instance of this class.

 
Methods Summary