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

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

NotYetConnectedExceptionjava.nio.channels

Java 1.4serializable unchecked

Signals an attempt to read( ) or write( ) on a SocketChannel that is not yet connected to a remote host. See SocketChannel.connect( ).

Figure 13-33. java.nio.channels.NotYetConnectedException

public class

NotYetConnectedException extends IllegalStateException { // Public Constructors public

NotYetConnectedException ( ); }