Added in API level 1

AlreadyConnectedException

open class AlreadyConnectedException : IllegalStateException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalStateException
   ↳ java.nio.channels.AlreadyConnectedException

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

Summary

Public constructors

Constructs an instance of this class.

Public constructors

AlreadyConnectedException

Added in API level 1
AlreadyConnectedException()

Constructs an instance of this class.