Package twisted :: Package internet :: Module error :: Class CannotListenError
[show private | hide private]
[frames | no frames]

Class CannotListenError

Exception --+    
            |    
    BindError --+
                |
               CannotListenError


This gets raised by a call to startListening, when the object cannot start listening.
Method Summary
  __init__(self, interface, port, socketError)
  __getitem__(...)
(inherited from Exception)
  __str__(self)

Instance Variable Summary
  interface - the interface I tried to listen on
  port - the port I tried to listen on
socket.error socketError - the exception I got when I tried to listen

Instance Variable Details

interface

the interface I tried to listen on

port

the port I tried to listen on

socketError

the exception I got when I tried to listen
Type:
socket.error

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:11 2003 http://epydoc.sf.net