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

Class InterruptedByTimeoutException

  • All Implemented Interfaces:
    Serializable


    public class InterruptedByTimeoutException
    extends IOException
    在异步操作完成之前经过一段时间后线程接收到的异常检查。
    从以下版本开始:
    1.7
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • InterruptedByTimeoutException

        public InterruptedByTimeoutException​()
        构造这个类的一个实例。