Class t.i.e.CannotListenError(BindError):

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

This gets raised by a call to startListening, when the object cannot start 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 )
Line # Kind Name Docs
33 Method __init__ Undocumented
39 Method __str__ Undocumented
def __init__(self, interface, port, socketError):
Undocumented
def __str__(self):
Undocumented