- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.channels.ClosedChannelException
-
- All Implemented Interfaces:
-
Serializable
- 已知直接子类:
-
AsynchronousCloseException
public class ClosedChannelException extends IOException
当尝试在关闭或至少关闭该操作的通道上调用或完成I / O操作时,检查的异常抛出。 抛出此异常并不一定意味着该通道完全关闭。 例如,写半封闭的插座通道仍然可以打开以供阅读。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 ClosedChannelException()
构造这个类的一个实例。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-