Added in API level 1
IllegalSelectorException
public
class
IllegalSelectorException
extends IllegalArgumentException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalArgumentException | ||||
| ↳ | java.nio.channels.IllegalSelectorException | ||||
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.
Summary
Public constructors | |
|---|---|
IllegalSelectorException()
Constructs an instance of this class. |
|
Inherited methods | |
|---|---|
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
| |
Public constructors
IllegalSelectorException
Added in API level 1
IllegalSelectorException ()
Constructs an instance of this class.
Interfaces
Classes
Exceptions
- AlreadyBoundException
- AlreadyConnectedException
- AsynchronousCloseException
- CancelledKeyException
- ClosedByInterruptException
- ClosedChannelException
- ClosedSelectorException
- ConnectionPendingException
- FileLockInterruptionException
- IllegalBlockingModeException
- IllegalSelectorException
- NoConnectionPendingException
- NonReadableChannelException
- NonWritableChannelException
- NotYetBoundException
- NotYetConnectedException
- OverlappingFileLockException
- UnresolvedAddressException
- UnsupportedAddressTypeException


