Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 424
نمايش فراداده

AsynchronousCloseExceptionjava.nio.channels

Java 1.4serializable 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

ClosedByInterruptException

Thrown By

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