Added in API level 1
NoConnectionPendingException
open class NoConnectionPendingException : IllegalStateException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | java.lang.IllegalStateException | ||||
↳ | java.nio.channels.NoConnectionPendingException |
Unchecked exception thrown when the finishConnect
method of a SocketChannel
is invoked without first successfully invoking its connect
method.
Summary
Public constructors | |
---|---|
Constructs an instance of this class. |
Public constructors
NoConnectionPendingException
Added in API level 1
NoConnectionPendingException()
Constructs an instance of this class.