NonWritableChannelExceptionpublic class NonWritableChannelException extends IllegalStateException Unchecked exception thrown when an attempt is made to write
to a channel that was not originally opened for writing. |
Constructors Summary |
---|
public NonWritableChannelException()Constructs an instance of this class.
|
|