Package paramiko :: Class ChannelException
[frames | no frames]

Class ChannelException

Exception --+    
            |    
 SSHException --+
                |
               ChannelException


Exception raised when an attempt to open a new Channel fails.

Since: 1.6

Method Summary
  __init__(self, code, text)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Instance Variable Summary
int code: the error code returned by the server

Instance Variable Details

code

the error code returned by the server
Type:
int

Generated by Epydoc 2.1 on Mon Jan 21 19:06:09 2008 http://epydoc.sf.net