exception documentation
class CannotListenError(BindError): (source)
Constructor: CannotListenError(interface, port, socketError)
This gets raised by a call to startListening, when the object cannotstart listening.
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | interface |
the interface I tried to listen on |
Instance Variable | port |
the port I tried to listen on |
Instance Variable | socket |
the exception I got when I tried to listen |
Inherited from BindError
:
Constant | MESSAGE |
Undocumented |
Class Variable | __doc__ |
Undocumented |