AlreadyConnectedExceptionpublic class AlreadyConnectedException extends IllegalStateException An {@code AlreadyConnectedException} is thrown when an attempt is made to
connect a SocketChannel that is already connected. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public AlreadyConnectedException()Constructs an {@code AlreadyConnectedException}.
super();
|
|