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.

public class AsynchronousCloseException extends ClosedChannelException {
// Public Constructors
public AsynchronousCloseException( );
}
Subclasses
ClosedByInterruptException
Thrown By
java.nio.channels.spi.AbstractInterruptibleChannel.end(
)
 |