Java In A Nutshell, 5th Edition

AlreadyConnectedException java.nio.channels

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

Категории