Uses of Class
java.nio.channels.AsynchronousCloseException
| Package | Description |
|---|---|
| java.nio.channels | |
| java.nio.channels.spi |
-
Uses of AsynchronousCloseException in java.nio.channels
Subclasses of AsynchronousCloseException in java.nio.channels Modifier and Type Class Description classClosedByInterruptExceptionAClosedByInterruptExceptionis thrown when a thread is interrupted in a blocking I/O operation. -
Uses of AsynchronousCloseException in java.nio.channels.spi
Methods in java.nio.channels.spi that throw AsynchronousCloseException Modifier and Type Method Description protected voidAbstractInterruptibleChannel. end(boolean success)Indicates the end of a code section that has been started withbegin()and that includes a potentially blocking I/O operation.