Name

ConnectionPendingException

Synopsis

Signals a call to the connect( ) method of a SocketChannel when there is already a connection pending for that channel. See SocketChannel.isConnectionPending( ).

java.nio.channels.ConnectionPendingException

Figure 13-21. java.nio.channels.ConnectionPendingException

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

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.