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

NoConnectionPendingException

public class NoConnectionPendingException extends IllegalStateException
Unchecked exception thrown when the {@link SocketChannel#finishConnect finishConnect} method of a {@link SocketChannel} is invoked without first successfully invoking its {@link SocketChannel#connect connect} method.
version
1.9, 01/11/19
since
1.4

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

 
Methods Summary