IllegalBlockingModeExceptionpublic class IllegalBlockingModeException extends IllegalStateException An {@code IllegalBlockingModeException} is thrown when an operation that
requires a specific blocking mode is invoked on a channel that is in a
different blocking mode. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public IllegalBlockingModeException()Constructs a {@code IllegalBlockingModeException}.
super();
|
|