tango.io.selector.SelectorException

Members

Classes

InterruptedSystemCallException
class InterruptedSystemCallException

InterruptedSystemCallException is thrown when a system call is interrupted by a signal and the selector was not set to restart it automatically.

OutOfMemoryException
class OutOfMemoryException

OutOfMemoryException is thrown when there is not enough memory.

RegisteredConduitException
class RegisteredConduitException

RegisteredConduitException is thrown when a selector detects that a conduit registration was attempted more than once.

SelectorException
class SelectorException

SelectorException is thrown when the Selector cannot be created because of insufficient resources (file descriptors, memory, etc.)

UnregisteredConduitException
class UnregisteredConduitException

UnregisteredConduitException is thrown when the selector looks for a registered conduit and it cannot find it.

Meta

License

BSD style: $(LICENSE)

Authors

Juan Jose Comellas $(EMAIL juanjo@comellas.com.ar)