~jelmer/paramiko/271791

2 by Jeremy T. Bouse
Imported Upstream version 1.7.4
1
<?xml version="1.0" encoding="ascii"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
          "DTD/xhtml1-transitional.dtd">
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
<head>
6
  <title>paramiko.SSHException</title>
7
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8
  <script type="text/javascript" src="epydoc.js"></script>
9
</head>
10
11
<body bgcolor="white" text="black" link="blue" vlink="#204080"
12
      alink="#204080">
13
<!-- ==================== NAVIGATION BAR ==================== -->
14
<table class="navbar" border="0" width="100%" cellpadding="0"
15
       bgcolor="#a0c0ff" cellspacing="0">
16
  <tr valign="middle">
17
  <!-- Home link -->
18
      <th>&nbsp;&nbsp;&nbsp;<a
19
        href="paramiko-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21
  <!-- Tree link -->
22
      <th>&nbsp;&nbsp;&nbsp;<a
23
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25
  <!-- Index link -->
26
      <th>&nbsp;&nbsp;&nbsp;<a
27
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29
  <!-- Help link -->
30
      <th>&nbsp;&nbsp;&nbsp;<a
31
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
33
      <th class="navbar" width="100%"></th>
34
  </tr>
35
</table>
36
<table width="100%" cellpadding="0" cellspacing="0">
37
  <tr valign="top">
38
    <td width="100%">
39
      <span class="breadcrumbs">
40
        <a href="paramiko-module.html">Package&nbsp;paramiko</a> ::
41
        Class&nbsp;SSHException
42
      </span>
43
    </td>
44
    <td>
45
      <table cellpadding="0" cellspacing="0">
46
        <!-- hide/show private -->
47
        <tr><td align="right"><span class="options"
48
            >[<a href="frames.html" target="_top">frames</a
49
            >]&nbsp;|&nbsp;<a href="paramiko.SSHException-class.html"
50
            target="_top">no&nbsp;frames</a>]</span></td></tr>
51
      </table>
52
    </td>
53
  </tr>
54
</table>
55
<!-- ==================== CLASS DESCRIPTION ==================== -->
56
<h1 class="epydoc">Class SSHException</h1><p class="nomargin-top"><span class="codelink"><a href="paramiko-pysrc.html#SSHException">source&nbsp;code</a></span></p>
57
<pre class="base-tree">
58
              object --+        
59
                       |        
60
exceptions.BaseException --+    
61
                           |    
62
        exceptions.Exception --+
63
                               |
64
                              <strong class="uidshort">SSHException</strong>
65
</pre>
66
67
<dl><dt>Known Subclasses:</dt>
68
<dd>
69
      <ul class="subclass-list">
70
<li><a href="paramiko.AuthenticationException-class.html">AuthenticationException</a></li><li>, <a href="paramiko.BadHostKeyException-class.html">BadHostKeyException</a></li><li>, <a href="paramiko.ChannelException-class.html">ChannelException</a></li>  </ul>
71
</dd></dl>
72
73
<hr />
74
<p>Exception raised by failures in SSH2 protocol negotiation or logic 
75
  errors.</p>
76
77
<!-- ==================== INSTANCE METHODS ==================== -->
78
<a name="section-InstanceMethods"></a>
79
<table class="summary" border="1" cellpadding="3"
80
       cellspacing="0" width="100%" bgcolor="white">
81
<tr bgcolor="#70b0f0" class="table-header">
82
  <td align="left" colspan="2" class="table-header">
83
    <span class="table-header">Instance Methods</span></td>
84
</tr>
85
  <tr>
86
    <td colspan="2" class="summary">
87
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
88
      <code>__init__</code>,
89
      <code>__new__</code>
90
      </p>
91
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
92
      <code>__delattr__</code>,
93
      <code>__getattribute__</code>,
94
      <code>__getitem__</code>,
5 by Jeremy T. Bouse
Imported Upstream version 1.7.6
95
      <code>__getslice__</code>,
2 by Jeremy T. Bouse
Imported Upstream version 1.7.4
96
      <code>__reduce__</code>,
97
      <code>__repr__</code>,
98
      <code>__setattr__</code>,
99
      <code>__setstate__</code>,
5 by Jeremy T. Bouse
Imported Upstream version 1.7.6
100
      <code>__str__</code>,
101
      <code>__unicode__</code>
2 by Jeremy T. Bouse
Imported Upstream version 1.7.4
102
      </p>
103
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
5 by Jeremy T. Bouse
Imported Upstream version 1.7.6
104
      <code>__format__</code>,
2 by Jeremy T. Bouse
Imported Upstream version 1.7.4
105
      <code>__hash__</code>,
5 by Jeremy T. Bouse
Imported Upstream version 1.7.6
106
      <code>__reduce_ex__</code>,
107
      <code>__sizeof__</code>,
108
      <code>__subclasshook__</code>
2 by Jeremy T. Bouse
Imported Upstream version 1.7.4
109
      </p>
110
    </td>
111
  </tr>
112
</table>
113
<!-- ==================== PROPERTIES ==================== -->
114
<a name="section-Properties"></a>
115
<table class="summary" border="1" cellpadding="3"
116
       cellspacing="0" width="100%" bgcolor="white">
117
<tr bgcolor="#70b0f0" class="table-header">
118
  <td align="left" colspan="2" class="table-header">
119
    <span class="table-header">Properties</span></td>
120
</tr>
121
  <tr>
122
    <td colspan="2" class="summary">
123
    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
124
      <code>args</code>,
125
      <code>message</code>
126
      </p>
127
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
128
      <code>__class__</code>
129
      </p>
130
    </td>
131
  </tr>
132
</table>
133
<!-- ==================== NAVIGATION BAR ==================== -->
134
<table class="navbar" border="0" width="100%" cellpadding="0"
135
       bgcolor="#a0c0ff" cellspacing="0">
136
  <tr valign="middle">
137
  <!-- Home link -->
138
      <th>&nbsp;&nbsp;&nbsp;<a
139
        href="paramiko-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
140
141
  <!-- Tree link -->
142
      <th>&nbsp;&nbsp;&nbsp;<a
143
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
144
145
  <!-- Index link -->
146
      <th>&nbsp;&nbsp;&nbsp;<a
147
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
148
149
  <!-- Help link -->
150
      <th>&nbsp;&nbsp;&nbsp;<a
151
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
152
153
      <th class="navbar" width="100%"></th>
154
  </tr>
155
</table>
156
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
157
  <tr>
158
    <td align="left" class="footer">
5 by Jeremy T. Bouse
Imported Upstream version 1.7.6
159
    Generated by Epydoc 3.0.1 on Sun Nov  1 22:14:17 2009
2 by Jeremy T. Bouse
Imported Upstream version 1.7.4
160
    </td>
161
    <td align="right" class="footer">
162
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
163
        >http://epydoc.sourceforge.net</a>
164
    </td>
165
  </tr>
166
</table>
167
168
<script type="text/javascript">
169
  <!--
170
  // Private objects are initially displayed (because if
171
  // javascript is turned off then we want them to be
172
  // visible); but by default, we want to hide them.  So hide
173
  // them unless we have a cookie that says to show them.
174
  checkCookie();
175
  // -->
176
</script>
177
</body>
178
</html>