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

ClosedChannelException

public class ClosedChannelException extends IOException
A {@code ClosedChannelException} is thrown when a channel is closed for the type of operation attempted.
since
Android 1.0

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

since
Android 1.0


                 
      
        super();
    
Methods Summary