Added in API level 1

ConnectionPendingException

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

Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already in progress.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

ConnectionPendingException

Added in API level 1
ConnectionPendingException()

Constructs an instance of this class.