NonReadableChannelExceptionpublic class NonReadableChannelException extends IllegalStateException A {@code NonReadableChannelException} is thrown when attempting to read from
a channel that is not open for reading. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NonReadableChannelException()Constructs a {@code NonReadableChannelException}.
super();
|
|