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