AsynchronousCloseException | java.nio.channels |
Java 1.4 | serializable checked |
Signals the termination of a blocked I/O operation because another thread closed the channel asynchronously. See also ClosedByInterruptException.
Figure 13-14. java.nio.channels.AsynchronousCloseException
public class AsynchronousCloseException extends ClosedChannelException { // Public Constructors public AsynchronousCloseException ( ); }
Subclasses ClosedByInterruptExceptionThrown By java.nio.channels.spi.AbstractInterruptibleChannel.end( ) |