Package Summary  Overview Summary

class:AlreadyConnectedException [NONE]

All Implemented Interfaces:
Serializable

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

constructor:AlreadyConnectedException() [NONE]

  • AlreadyConnectedException

    public AlreadyConnectedException()
    Constructs an instance of this class.

© 2023 Oracle Corporation and/or its affiliates