Team LiB
Previous Section Next Section

NoConnectionPendingExceptionjava.nio.channels

Java 1.4serializable 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( );  
}

    Team LiB
    Previous Section Next Section