java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.InterruptedByTimeoutException
- 所有已实现的接口:
Serializable
在异步操作完成之前超时过去时,线程接收到的已检查异常。
- 自从:
- 1.7
- 参见:
-
构造方法总结
构造方法 -
方法总结
在类 java.lang.Throwable 中声明的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造方法详细信息
-
InterruptedByTimeoutException
public InterruptedByTimeoutException()构造此类的实例。
-