summaryrefslogtreecommitdiff
path: root/docs/collections/tutorial/handlingexceptions.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/collections/tutorial/handlingexceptions.html')
-rw-r--r--docs/collections/tutorial/handlingexceptions.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/collections/tutorial/handlingexceptions.html b/docs/collections/tutorial/handlingexceptions.html
index 9fb49f94..eee4d6c1 100644
--- a/docs/collections/tutorial/handlingexceptions.html
+++ b/docs/collections/tutorial/handlingexceptions.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -78,6 +78,7 @@
<a class="ulink" href="../../java/com/sleepycat/db/DeadlockException.html" target="_top">DeadlockException</a>
+
is thrown, the application should normally retry the operation. If
a deadlock continues to occur for some maximum number of retries,
the application should give up and try again later or take other
@@ -95,6 +96,7 @@
<a class="ulink" href="../../java/com/sleepycat/db/DeadlockException.html" target="_top">DeadlockException</a>
+
and follow the procedure described previously.
</p>
</li>