AlreadyConnectedException

Stay organized with collections Save and categorize content based on your preferences.
public class AlreadyConnectedException extends IllegalStateException

Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected.

Public Constructor Summary

AlreadyConnectedException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public AlreadyConnectedException ()

Constructs an instance of this class.