- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.channels.ClosedChannelException
-
- java.nio.channels.AsynchronousCloseException
-
- java.nio.channels.ClosedByInterruptException
-
- All Implemented Interfaces:
-
Serializable
public class ClosedByInterruptException extends AsynchronousCloseException
另一个线程在通道上的I / O操作中被阻塞时,由线程接收到的异常检查。 在引发异常之前,通道将被关闭,并且先前阻止的线程的中断状态将被设置。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 ClosedByInterruptException()
构造这个类的一个实例。
-
方法摘要
-
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
-
-