AlreadyConnectedException

public class AlreadyConnectedException extends IllegalStateException

Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected.

Public Constructor Summary

AlreadyConnectedException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public AlreadyConnectedException ()

Constructs an instance of this class.