Package java.nio.channels
Class IllegalSelectorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- java.nio.channels.IllegalSelectorException
-
- All Implemented Interfaces:
Serializable
public class IllegalSelectorException extends IllegalArgumentException
AnIllegalSelectorExceptionis thrown when a call is made to register a channel on a selector that has been created by a different provider.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalSelectorException()Constructs aIllegalSelectorException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-