Name

AlreadyConnectedException

Synopsis

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

java.nio.channels.AlreadyConnectedException

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

public class AlreadyConnectedException extends IllegalStateException {
// Public Constructors
     public AlreadyConnectedException( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.