Module java.base

Class IllegalSelectorException

  • All Implemented Interfaces:
    Serializable

    public class IllegalSelectorException
    extends IllegalArgumentException
    Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.
    Since:
    1.4
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalSelectorException

        public IllegalSelectorException()
        Constructs an instance of this class.