Name

AsynchronousCloseException

Synopsis

Signals the termination of a blocked I/O operation because another thread closed the channel asynchronously. See also ClosedByInterruptException.

java.nio.channels.AsynchronousCloseException

Figure 13-14. java.nio.channels.AsynchronousCloseException

public class AsynchronousCloseException extends ClosedChannelException {
// Public Constructors
     public AsynchronousCloseException( );  
}

Subclasses

ClosedByInterruptException

Thrown By

java.nio.channels.spi.AbstractInterruptibleChannel.end( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.