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

NonReadableChannelException

public class NonReadableChannelException extends IllegalStateException
A {@code NonReadableChannelException} is thrown when attempting to read from a channel that is not open for reading.
since
Android 1.0

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

since
Android 1.0


                 
      
        super();
    
Methods Summary