Module java.base

Class ClosedSelectorException

All Implemented Interfaces:
Serializable

public class ClosedSelectorException
extends IllegalStateException
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.
Since:
1.4
See Also:
Serialized Form
  • Constructor Details

    • ClosedSelectorException

      public ClosedSelectorException()
      Constructs an instance of this class.