Most visited

Recently visited

Added in API level 1

NoConnectionPendingException

public class NoConnectionPendingException
extends IllegalStateException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ java.nio.channels.NoConnectionPendingException


当未经检查的异常 finishConnect一个方法 SocketChannel没有首先成功调用被调用 connect方法。

Summary

Public constructors

NoConnectionPendingException()

构造这个类的一个实例。

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

NoConnectionPendingException

Added in API level 1
NoConnectionPendingException ()

构造这个类的一个实例。

Hooray!