Module java.base

Class AlreadyConnectedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class AlreadyConnectedException extends IllegalStateException
Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected.
Since:
1.4
See Also: