IllegalSelectorExceptionpublic class IllegalSelectorException extends IllegalArgumentException An {@code IllegalSelectorException} is thrown when a call is made to register
a channel on a selector that has been created by a different provider. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public IllegalSelectorException()Constructs a {@code IllegalSelectorException}.
super();
|
|