Team LiB
Previous Section Next Section

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

    Team LiB
    Previous Section Next Section