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