Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module error :: Class CannotListenError |
|
Exception
--+ |BindError
--+ | CannotListenError
Method Summary | |
---|---|
__init__(self,
interface,
port,
socketError)
| |
(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 |
---|
interfacethe interface I tried to listen on |
portthe port I tried to listen on |
socketErrorthe exception I got when I tried to listen
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:39 2003 | http://epydoc.sf.net |