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

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

AlreadyConnectedExceptionjava.nio.channels

Java 1.4serializable unchecked

Thrown by a call to connect( ) on a SocketChannel that is already connected.

Figure 13-13. java.nio.channels.AlreadyConnectedException

public class

AlreadyConnectedException extends IllegalStateException { // Public Constructors public

AlreadyConnectedException ( ); }