NonReadableChannelExceptionpublic class NonReadableChannelException extends IllegalStateException Unchecked exception thrown when an attempt is made to read
from a channel that was not originally opened for reading. |
Constructors Summary |
---|
public NonReadableChannelException()Constructs an instance of this class.
|
|