t.i.e.CannotListenError(BindError) : class documentation

Part of twisted.internet.error View Source View In Hierarchy

This gets raised by a call to startListening, when the object cannotstart listening.
Instance Variablesinterfacethe interface I tried to listen on
portthe port I tried to listen on
socketErrorthe exception I got when I tried to listen (type: socket.error )
Method __init__ Undocumented
Method __str__ Undocumented
def __init__(self, interface, port, socketError): (source)
Undocumented
def __str__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.