Package Summary
Overview Summary
class:AlreadyConnectedException [NONE]
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:
Serialized Form
constructor:AlreadyConnectedException() [NONE]
AlreadyConnectedException
public
AlreadyConnectedException
()
Constructs an instance of this class.
© 2023 Oracle Corporation and/or its affiliates