Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 442
نمايش فراداده

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