java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.nio.channels.NotYetConnectedException
- 所有已实现的接口:
-
Serializable
尝试在尚未连接的套接字通道上调用I/O操作时抛出的未经检查的异常。
- 自从:
- 1.4
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotYetConnectedException
public NotYetConnectedException()构造此类的实例。
-