Module  java.base
软件包  java.nio.channels

Class ClosedChannelException

  • All Implemented Interfaces:
    Serializable
    已知直接子类:
    AsynchronousCloseException


    public class ClosedChannelException
    extends IOException
    当尝试在关闭或至少关闭该操作的通道上调用或完成I / O操作时,检查的异常抛出。 抛出此异常并不一定意味着该通道完全关闭。 例如,写半封闭的插座通道仍然可以打开以供阅读。
    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • ClosedChannelException

        public ClosedChannelException​()
        Constructs an instance of this class.