NoConnectionPendingException | java.nio.channels |
Java 1.4 | serializable unchecked |
Signals that SocketChannel.finishConnect( ) was called without a previous call to SocketChannel.connect( ).
Figure 13-29. java.nio.channels.NoConnectionPendingException
public class NoConnectionPendingException extends IllegalStateException { // Public Constructors public NoConnectionPendingException ( ); }
|