Module java.base

Class AlreadyConnectedException

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:
  • Constructor Details

    • AlreadyConnectedException

      public AlreadyConnectedException()
      Constructs an instance of this class.