Name

NoConnectionPendingException

Synopsis

Signals that SocketChannel.finishConnect( ) was called without a previous call to SocketChannel.connect( ).

java.nio.channels.NoConnectionPendingException

Figure 13-29. java.nio.channels.NoConnectionPendingException

public class NoConnectionPendingException extends IllegalStateException {
// Public Constructors
     public NoConnectionPendingException( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.