java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.InterruptedByTimeoutException
- 所有已实现的接口:
-
Serializable
当异步操作在超时之前未完成时,线程收到的已检查异常。
- 自从:
- 1.7
- 参见:
-
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
-
InterruptedByTimeoutException
public InterruptedByTimeoutException()构造此类的实例。
-