FileDocCategorySizeDatePackage
AsynchronousCloseException.javaAPI DocAndroid 1.5 API1318Wed May 06 22:41:04 BST 2009java.nio.channels

AsynchronousCloseException

public class AsynchronousCloseException extends ClosedChannelException
An {@code AsynchronousCloseException} is thrown when the underlying channel for an I/O operation is closed by another thread.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AsynchronousCloseException()
Constructs an {@code AsynchronousCloseException}.

since
Android 1.0


                 
      
        super();
    
Methods Summary