Exception: java.nio.channels.NonReadableChannelException
- public exception NonReadableChannelException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to read
from a channel that was not originally opened for reading.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.channels.NonReadableChannelException
Methods
-
NonReadableChannelExceptiontop
public NonReadableChannelException()Constructs an instance of this class.
