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

NonWritableChannelException

public class NonWritableChannelException extends IllegalStateException
A {@code NonWritableChannelException} is thrown when attempting to write to a channel that is not open for writing.
since
Android 1.0

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

since
Android 1.0


                 
      
        super();
    
Methods Summary