Exception: java.nio.channels.AlreadyConnectedException
- public exception AlreadyConnectedException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to connect a java.nio.channels.SocketChannel that is already connected.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.AlreadyConnectedException
Methods
-
AlreadyConnectedExceptiontop
public AlreadyConnectedException()Constructs an instance of this class.
