http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.ServerError-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.ServerError-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.ServerError-class.html
new file mode 100644
index 0000000..ad1c527
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.ServerError-class.html
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.ServerError</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;ServerError
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.ServerError-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class ServerError</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#ServerError">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_32" 
name="uml_class_diagram_for_qpid_mes_32">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.ServerError-class.html" 
title="qpid.messaging.exceptions.ServerError" alt="" coords="107,515,200,559"/>
+<area shape="rect" id="node2" 
href="qpid.messaging.exceptions.SessionError-class.html" 
title="qpid.messaging.exceptions.SessionError" alt="" coords="101,452,203,496"/>
+<area shape="rect" id="node3_14" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="88,329,219,349"/>
+<area shape="rect" id="node3" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="76,297,231,356"/>
+<area shape="rect" id="node4_15" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="17,407,289,427"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" coords="5,375,301,433"/>
+<area shape="rect" id="node5_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="72,30,235,50"/>
+<area shape="rect" id="node5_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="72,50,235,70"/>
+<area shape="rect" id="node5_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="72,73,235,93"/>
+<area shape="rect" id="node5_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="72,93,235,113"/>
+<area shape="rect" id="node5_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="72,113,235,133"/>
+<area shape="rect" id="node5_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="72,133,235,153"/>
+<area shape="rect" id="node5_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="72,153,235,173"/>
+<area shape="rect" id="node5_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="72,173,235,193"/>
+<area shape="rect" id="node5_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="72,193,235,213"/>
+<area shape="rect" id="node5_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="72,213,235,233"/>
+<area shape="rect" id="node5_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="72,233,235,253"/>
+<area shape="rect" id="node5_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="72,253,235,273"/>
+<area shape="rect" id="node5" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="60,5,247,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_32.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_32" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:49 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionClosed-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionClosed-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionClosed-class.html
new file mode 100644
index 0000000..7d64d36
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionClosed-class.html
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.SessionClosed</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;SessionClosed
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.SessionClosed-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class SessionClosed</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#SessionClosed">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_33" 
name="uml_class_diagram_for_qpid_mes_33">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.SessionClosed-class.html" 
title="qpid.messaging.exceptions.SessionClosed" alt="" coords="93,515,211,559"/>
+<area shape="rect" id="node2" 
href="qpid.messaging.exceptions.SessionError-class.html" 
title="qpid.messaging.exceptions.SessionError" alt="" coords="101,452,203,496"/>
+<area shape="rect" id="node3_14" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="88,329,219,349"/>
+<area shape="rect" id="node3" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="76,297,231,356"/>
+<area shape="rect" id="node4_15" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="17,407,289,427"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" coords="5,375,301,433"/>
+<area shape="rect" id="node5_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="72,30,235,50"/>
+<area shape="rect" id="node5_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="72,50,235,70"/>
+<area shape="rect" id="node5_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="72,73,235,93"/>
+<area shape="rect" id="node5_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="72,93,235,113"/>
+<area shape="rect" id="node5_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="72,113,235,133"/>
+<area shape="rect" id="node5_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="72,133,235,153"/>
+<area shape="rect" id="node5_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="72,153,235,173"/>
+<area shape="rect" id="node5_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="72,173,235,193"/>
+<area shape="rect" id="node5_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="72,193,235,213"/>
+<area shape="rect" id="node5_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="72,213,235,233"/>
+<area shape="rect" id="node5_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="72,233,235,253"/>
+<area shape="rect" id="node5_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="72,253,235,273"/>
+<area shape="rect" id="node5" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="60,5,247,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_33.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_33" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionError-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionError-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionError-class.html
new file mode 100644
index 0000000..765d726
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.SessionError-class.html
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.SessionError</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;SessionError
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.SessionError-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class SessionError</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#SessionError">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_34" 
name="uml_class_diagram_for_qpid_mes_34">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.SessionError-class.html" 
title="qpid.messaging.exceptions.SessionError" alt="" coords="433,452,536,496"/>
+<area shape="rect" id="node2" 
href="qpid.messaging.exceptions.Detached-class.html" title="Exception raised 
when an operation is attempted that is illegal when detached." alt="" 
coords="5,515,100,553"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.TransactionError-class.html" title="Base class 
for transactional errors" alt="" coords="129,515,267,553"/>
+<area shape="rect" id="node5" 
href="qpid.messaging.exceptions.NontransactionalSession-class.html" 
title="Exception raised when commit or rollback is attempted on a non 
transactional session." alt="" coords="297,515,486,553"/>
+<area shape="rect" id="node7" 
href="qpid.messaging.exceptions.SessionClosed-class.html" 
title="qpid.messaging.exceptions.SessionClosed" alt="" 
coords="516,515,645,553"/>
+<area shape="rect" id="node9" 
href="qpid.messaging.exceptions.ServerError-class.html" 
title="qpid.messaging.exceptions.ServerError" alt="" coords="675,515,779,553"/>
+<area shape="rect" id="node10" 
href="qpid.messaging.exceptions.UnauthorizedAccess-class.html" 
title="qpid.messaging.exceptions.UnauthorizedAccess" alt="" 
coords="809,515,971,553"/>
+<area shape="rect" id="node3_14" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="350,407,622,427"/>
+<area shape="rect" id="node3" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" 
coords="338,375,634,433"/>
+<area shape="rect" id="node8" 
href="qpid.messaging.exceptions.TransactionUnknown-class.html" title="The 
outcome of the transaction on the broker (commit or roll&#45;back) is not 
known." alt="" coords="18,572,186,611"/>
+<area shape="rect" id="node12" 
href="qpid.messaging.exceptions.TransactionAborted-class.html" title="The 
transaction was automatically rolled back." alt="" coords="215,572,373,611"/>
+<area shape="rect" id="node6_15" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="421,329,551,349"/>
+<area shape="rect" id="node6" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="409,297,563,356"/>
+<area shape="rect" id="node11_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="405,30,567,50"/>
+<area shape="rect" id="node11_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="405,50,567,70"/>
+<area shape="rect" id="node11_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="405,73,567,93"/>
+<area shape="rect" id="node11_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="405,93,567,113"/>
+<area shape="rect" id="node11_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="405,113,567,133"/>
+<area shape="rect" id="node11_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="405,133,567,153"/>
+<area shape="rect" id="node11_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="405,153,567,173"/>
+<area shape="rect" id="node11_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="405,173,567,193"/>
+<area shape="rect" id="node11_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="405,193,567,213"/>
+<area shape="rect" id="node11_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="405,213,567,233"/>
+<area shape="rect" id="node11_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="405,233,567,253"/>
+<area shape="rect" id="node11_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="405,253,567,273"/>
+<area shape="rect" id="node11" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="393,5,579,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_34.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_34" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TargetCapacityExceeded-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TargetCapacityExceeded-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TargetCapacityExceeded-class.html
new file mode 100644
index 0000000..33a5655
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TargetCapacityExceeded-class.html
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.TargetCapacityExceeded</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;TargetCapacityExceeded
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.TargetCapacityExceeded-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class TargetCapacityExceeded</h1><p 
class="nomargin-top"><span class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#TargetCapacityExceeded">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_35" 
name="uml_class_diagram_for_qpid_mes_35">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.LinkError-class.html" 
title="qpid.messaging.exceptions.LinkError" alt="" coords="115,452,192,496"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.SenderError-class.html" 
title="qpid.messaging.exceptions.SenderError" alt="" coords="103,515,201,559"/>
+<area shape="rect" id="node2_14" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="72,30,235,50"/>
+<area shape="rect" id="node2_15" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="72,50,235,70"/>
+<area shape="rect" id="node2_16" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="72,73,235,93"/>
+<area shape="rect" id="node2_17" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="72,93,235,113"/>
+<area shape="rect" id="node2_18" href="javascript:void(0);" title="x[y]" 
alt="" coords="72,113,235,133"/>
+<area shape="rect" id="node2_19" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="72,133,235,153"/>
+<area shape="rect" id="node2_20" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="72,153,235,173"/>
+<area shape="rect" id="node2_21" href="javascript:void(0);" title="repr(x)" 
alt="" coords="72,173,235,193"/>
+<area shape="rect" id="node2_22" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="72,193,235,213"/>
+<area shape="rect" id="node2_23" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="72,213,235,233"/>
+<area shape="rect" id="node2_24" href="javascript:void(0);" title="str(x)" 
alt="" coords="72,233,235,253"/>
+<area shape="rect" id="node2_25" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="72,253,235,273"/>
+<area shape="rect" id="node2" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="60,5,247,279"/>
+<area shape="rect" id="node6_26" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="88,329,219,349"/>
+<area shape="rect" id="node6" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="76,297,231,356"/>
+<area shape="rect" id="node3_27" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="17,407,289,427"/>
+<area shape="rect" id="node3" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" coords="5,375,301,433"/>
+<area shape="rect" id="node7" 
href="qpid.messaging.exceptions.SendError-class.html" 
title="qpid.messaging.exceptions.SendError" alt="" coords="111,577,196,621"/>
+<area shape="rect" id="node5" 
href="qpid.messaging.exceptions.TargetCapacityExceeded-class.html" 
title="qpid.messaging.exceptions.TargetCapacityExceeded" alt="" 
coords="63,640,244,684"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_35.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_35" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.Timeout-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.Timeout-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.Timeout-class.html
new file mode 100644
index 0000000..a4fed33
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.Timeout-class.html
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.Timeout</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;Timeout
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.Timeout-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class Timeout</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#Timeout">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_36" 
name="uml_class_diagram_for_qpid_mes_36">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.Timeout-class.html" 
title="qpid.messaging.exceptions.Timeout" alt="" coords="59,395,135,439"/>
+<area shape="rect" id="node2_14" href="javascript:void(0);" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="33,330,164,350"/>
+<area shape="rect" id="node2_15" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="33,350,164,370"/>
+<area shape="rect" id="node2" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="21,297,176,376"/>
+<area shape="rect" id="node3_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="17,30,180,50"/>
+<area shape="rect" id="node3_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="17,50,180,70"/>
+<area shape="rect" id="node3_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="17,73,180,93"/>
+<area shape="rect" id="node3_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="17,93,180,113"/>
+<area shape="rect" id="node3_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="17,113,180,133"/>
+<area shape="rect" id="node3_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="17,133,180,153"/>
+<area shape="rect" id="node3_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="17,153,180,173"/>
+<area shape="rect" id="node3_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="17,173,180,193"/>
+<area shape="rect" id="node3_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="17,193,180,213"/>
+<area shape="rect" id="node3_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="17,213,180,233"/>
+<area shape="rect" id="node3_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="17,233,180,253"/>
+<area shape="rect" id="node3_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="17,253,180,273"/>
+<area shape="rect" id="node3" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="5,5,192,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_36.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_36" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__init__</code>,
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionAborted-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionAborted-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionAborted-class.html
new file mode 100644
index 0000000..93477e8
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionAborted-class.html
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.TransactionAborted</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;TransactionAborted
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.TransactionAborted-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class TransactionAborted</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#TransactionAborted">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_37" 
name="uml_class_diagram_for_qpid_mes_37">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.SessionError-class.html" 
title="qpid.messaging.exceptions.SessionError" alt="" coords="101,452,203,496"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.TransactionError-class.html" title="Base class 
for transactional errors" alt="" coords="89,515,215,559"/>
+<area shape="rect" id="node2_14" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="88,329,219,349"/>
+<area shape="rect" id="node2" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="76,297,231,356"/>
+<area shape="rect" id="node5_15" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="17,407,289,427"/>
+<area shape="rect" id="node5" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" coords="5,375,301,433"/>
+<area shape="rect" id="node3" 
href="qpid.messaging.exceptions.TransactionAborted-class.html" title="The 
transaction was automatically rolled back." alt="" coords="80,577,227,621"/>
+<area shape="rect" id="node6_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="72,30,235,50"/>
+<area shape="rect" id="node6_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="72,50,235,70"/>
+<area shape="rect" id="node6_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="72,73,235,93"/>
+<area shape="rect" id="node6_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="72,93,235,113"/>
+<area shape="rect" id="node6_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="72,113,235,133"/>
+<area shape="rect" id="node6_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="72,133,235,153"/>
+<area shape="rect" id="node6_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="72,153,235,173"/>
+<area shape="rect" id="node6_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="72,173,235,193"/>
+<area shape="rect" id="node6_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="72,193,235,213"/>
+<area shape="rect" id="node6_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="72,213,235,233"/>
+<area shape="rect" id="node6_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="72,233,235,253"/>
+<area shape="rect" id="node6_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="72,253,235,273"/>
+<area shape="rect" id="node6" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="60,5,247,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_37.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_37" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<p>The transaction was automatically rolled back.  This could be due to 
+  an error on the broker, such as a store failure, or a connection failure 
+  during the transaction</p>
+
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionError-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionError-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionError-class.html
new file mode 100644
index 0000000..11a9e31
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionError-class.html
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.TransactionError</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;TransactionError
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.TransactionError-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class TransactionError</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#TransactionError">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_38" 
name="uml_class_diagram_for_qpid_mes_38">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.SessionError-class.html" 
title="qpid.messaging.exceptions.SessionError" alt="" coords="127,452,230,496"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.TransactionError-class.html" title="Base class 
for transactional errors" alt="" coords="115,515,242,559"/>
+<area shape="rect" id="node2_14" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="115,329,245,349"/>
+<area shape="rect" id="node2" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="103,297,257,356"/>
+<area shape="rect" id="node3_15" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="44,407,316,427"/>
+<area shape="rect" id="node3" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" 
coords="32,375,328,433"/>
+<area shape="rect" id="node5" 
href="qpid.messaging.exceptions.TransactionAborted-class.html" title="The 
transaction was automatically rolled back." alt="" coords="5,577,163,616"/>
+<area shape="rect" id="node6" 
href="qpid.messaging.exceptions.TransactionUnknown-class.html" title="The 
outcome of the transaction on the broker (commit or roll&#45;back) is not 
known." alt="" coords="192,577,360,616"/>
+<area shape="rect" id="node7_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="99,30,261,50"/>
+<area shape="rect" id="node7_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="99,50,261,70"/>
+<area shape="rect" id="node7_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="99,73,261,93"/>
+<area shape="rect" id="node7_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="99,93,261,113"/>
+<area shape="rect" id="node7_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="99,113,261,133"/>
+<area shape="rect" id="node7_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="99,133,261,153"/>
+<area shape="rect" id="node7_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="99,153,261,173"/>
+<area shape="rect" id="node7_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="99,173,261,193"/>
+<area shape="rect" id="node7_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="99,193,261,213"/>
+<area shape="rect" id="node7_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="99,213,261,233"/>
+<area shape="rect" id="node7_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="99,233,261,253"/>
+<area shape="rect" id="node7_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="99,253,261,273"/>
+<area shape="rect" id="node7" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="87,5,273,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_38.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_38" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<p>Base class for transactional errors</p>
+
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/88dd2aa4/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionUnknown-class.html
----------------------------------------------------------------------
diff --git 
a/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionUnknown-class.html
 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionUnknown-class.html
new file mode 100644
index 0000000..9fbd5a8
--- /dev/null
+++ 
b/input/releases/qpid-python-1.35.0/messaging-api/api/qpid.messaging.exceptions.TransactionUnknown-class.html
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="ascii"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>qpid.messaging.exceptions.TransactionUnknown</title>
+  <link rel="stylesheet" href="epydoc.css" type="text/css" />
+  <script type="text/javascript" src="epydoc.js"></script>
+</head>
+
+<body bgcolor="white" text="black" link="blue" vlink="#204080"
+      alink="#204080">
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table width="100%" cellpadding="0" cellspacing="0">
+  <tr valign="top">
+    <td width="100%">
+      <span class="breadcrumbs">
+        Package&nbsp;qpid ::
+        <a href="qpid.messaging-module.html">Package&nbsp;messaging</a> ::
+        <a 
href="qpid.messaging.exceptions-module.html">Module&nbsp;exceptions</a> ::
+        Class&nbsp;TransactionUnknown
+      </span>
+    </td>
+    <td>
+      <table cellpadding="0" cellspacing="0">
+        <!-- hide/show private -->
+        <tr><td align="right"><span class="options"
+            >[<a href="frames.html" target="_top">frames</a
+            >]&nbsp;|&nbsp;<a 
href="qpid.messaging.exceptions.TransactionUnknown-class.html"
+            target="_top">no&nbsp;frames</a>]</span></td></tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<!-- ==================== CLASS DESCRIPTION ==================== -->
+<h1 class="epydoc">Class TransactionUnknown</h1><p class="nomargin-top"><span 
class="codelink"><a 
href="qpid.messaging.exceptions-pysrc.html#TransactionUnknown">source&nbsp;code</a></span></p>
+<center>
+<center>  <map id="uml_class_diagram_for_qpid_mes_39" 
name="uml_class_diagram_for_qpid_mes_39">
+<area shape="rect" id="node1" 
href="qpid.messaging.exceptions.SessionError-class.html" 
title="qpid.messaging.exceptions.SessionError" alt="" coords="101,452,203,496"/>
+<area shape="rect" id="node4" 
href="qpid.messaging.exceptions.TransactionError-class.html" title="Base class 
for transactional errors" alt="" coords="89,515,215,559"/>
+<area shape="rect" id="node2_14" href="javascript:void(0);" 
title="exceptions.Exception.__new__" alt="" coords="88,329,219,349"/>
+<area shape="rect" id="node2" href="javascript:void(0);" title="Common base 
class for all non&#45;exit exceptions." alt="" coords="76,297,231,356"/>
+<area shape="rect" id="node3_15" 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__" 
title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" 
coords="17,407,289,427"/>
+<area shape="rect" id="node3" 
href="qpid.messaging.exceptions.MessagingError-class.html" 
title="qpid.messaging.exceptions.MessagingError" alt="" coords="5,375,301,433"/>
+<area shape="rect" id="node5" 
href="qpid.messaging.exceptions.TransactionUnknown-class.html" title="The 
outcome of the transaction on the broker (commit or roll&#45;back) is not 
known." alt="" coords="75,577,232,621"/>
+<area shape="rect" id="node6_16" href="javascript:void(0);" 
title="exceptions.BaseException.args" alt="" coords="72,30,235,50"/>
+<area shape="rect" id="node6_17" href="javascript:void(0);" 
title="exceptions.BaseException.message" alt="" coords="72,50,235,70"/>
+<area shape="rect" id="node6_18" href="javascript:void(0);" 
title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" 
coords="72,73,235,93"/>
+<area shape="rect" id="node6_19" href="javascript:void(0);" 
title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" 
coords="72,93,235,113"/>
+<area shape="rect" id="node6_20" href="javascript:void(0);" title="x[y]" 
alt="" coords="72,113,235,133"/>
+<area shape="rect" id="node6_21" href="javascript:void(0);" title="x[i:j]" 
alt="" coords="72,133,235,153"/>
+<area shape="rect" id="node6_22" href="javascript:void(0);" title="helper for 
pickle" alt="" coords="72,153,235,173"/>
+<area shape="rect" id="node6_23" href="javascript:void(0);" title="repr(x)" 
alt="" coords="72,173,235,193"/>
+<area shape="rect" id="node6_24" href="javascript:void(0);" 
title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" 
coords="72,193,235,213"/>
+<area shape="rect" id="node6_25" href="javascript:void(0);" 
title="exceptions.BaseException.__setstate__" alt="" coords="72,213,235,233"/>
+<area shape="rect" id="node6_26" href="javascript:void(0);" title="str(x)" 
alt="" coords="72,233,235,253"/>
+<area shape="rect" id="node6_27" href="javascript:void(0);" 
title="exceptions.BaseException.__unicode__" alt="" coords="72,253,235,273"/>
+<area shape="rect" id="node6" href="javascript:void(0);" title="Common base 
class for all exceptions" alt="" coords="60,5,247,279"/>
+</map>
+  <img src="uml_class_diagram_for_qpid_mes_39.png" alt='' 
usemap="#uml_class_diagram_for_qpid_mes_39" ismap="ismap" 
class="graph-without-title" />
+</center>
+</center>
+<hr />
+<p>The outcome of the transaction on the broker (commit or roll-back) is 
+  not known. This occurs when the connection fails after we sent the commit
+  but before we received a response.</p>
+
+<!-- ==================== INSTANCE METHODS ==================== -->
+<a name="section-InstanceMethods"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Instance Methods</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html">MessagingError</a></code></b>:
+      <code><a 
href="qpid.messaging.exceptions.MessagingError-class.html#__init__">__init__</a></code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.Exception</code></b>:
+      <code>__new__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>__delattr__</code>,
+      <code>__getattribute__</code>,
+      <code>__getitem__</code>,
+      <code>__getslice__</code>,
+      <code>__reduce__</code>,
+      <code>__repr__</code>,
+      <code>__setattr__</code>,
+      <code>__setstate__</code>,
+      <code>__str__</code>,
+      <code>__unicode__</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__format__</code>,
+      <code>__hash__</code>,
+      <code>__reduce_ex__</code>,
+      <code>__sizeof__</code>,
+      <code>__subclasshook__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== PROPERTIES ==================== -->
+<a name="section-Properties"></a>
+<table class="summary" border="1" cellpadding="3"
+       cellspacing="0" width="100%" bgcolor="white">
+<tr bgcolor="#70b0f0" class="table-header">
+  <td align="left" colspan="2" class="table-header">
+    <span class="table-header">Properties</span></td>
+</tr>
+  <tr>
+    <td colspan="2" class="summary">
+    <p class="indent-wrapped-lines"><b>Inherited from 
<code>exceptions.BaseException</code></b>:
+      <code>args</code>,
+      <code>message</code>
+      </p>
+    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
+      <code>__class__</code>
+      </p>
+    </td>
+  </tr>
+</table>
+<!-- ==================== NAVIGATION BAR ==================== -->
+<table class="navbar" border="0" width="100%" cellpadding="0"
+       bgcolor="#a0c0ff" cellspacing="0">
+  <tr valign="middle">
+  <!-- Home link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="qpid.messaging-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Tree link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Index link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Help link -->
+      <th>&nbsp;&nbsp;&nbsp;<a
+        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
+
+  <!-- Project homepage -->
+      <th class="navbar" align="right" width="100%">
+        <table border="0" cellpadding="0" cellspacing="0">
+          <tr><th class="navbar" align="center"
+            ><a class="navbar" target="_top" 
href="http://qpid.apache.org/index.html";>Qpid Python Messaging API</a></th>
+          </tr></table></th>
+  </tr>
+</table>
+<table border="0" cellpadding="0" cellspacing="0" width="100%%">
+  <tr>
+    <td align="left" class="footer">
+    Generated by Epydoc 3.0.1 on Mon Aug 29 15:56:50 2016
+    </td>
+    <td align="right" class="footer">
+      <a target="mainFrame" href="http://epydoc.sourceforge.net";
+        >http://epydoc.sourceforge.net</a>
+    </td>
+  </tr>
+</table>
+
+<script type="text/javascript">
+  <!--
+  // Private objects are initially displayed (because if
+  // javascript is turned off then we want them to be
+  // visible); but by default, we want to hide them.  So hide
+  // them unless we have a cookie that says to show them.
+  checkCookie();
+  // -->
+</script>
+</body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to