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