FileDocCategorySizeDatePackage
AsynchronousCloseException.javaAPI DocJava SE 5 API769Fri Aug 26 16:50:34 BST 2005java.nio.channels

AsynchronousCloseException

public class AsynchronousCloseException extends ClosedChannelException
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation.
version
1.9, 01/11/19
since
1.4

Fields Summary
Constructors Summary
public AsynchronousCloseException()
Constructs an instance of this class.

 
Methods Summary