ClosedSelectorExceptionpublic class ClosedSelectorException extends IllegalStateException A {@code ClosedSelectorException} is thrown when a {@link Selector selector}
is closed and an I/O operation is attempted. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ClosedSelectorException()Constructs a {@code ClosedSelectorException}.
super();
|
|