March 2005
Beginner to intermediate
1254 pages
104h 21m
English
AsynchronousCloseException
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( ); }
ClosedByInterruptException
java.nio.channels.spi.AbstractInterruptibleChannel.end(
)
Read now
Unlock full access