From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/db/MetaCheckSumFailException.html | 266 +++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 docs/java/com/sleepycat/db/MetaCheckSumFailException.html (limited to 'docs/java/com/sleepycat/db/MetaCheckSumFailException.html') diff --git a/docs/java/com/sleepycat/db/MetaCheckSumFailException.html b/docs/java/com/sleepycat/db/MetaCheckSumFailException.html new file mode 100644 index 00000000..3f4a8425 --- /dev/null +++ b/docs/java/com/sleepycat/db/MetaCheckSumFailException.html @@ -0,0 +1,266 @@ + + + + + +MetaCheckSumFailException (Oracle - Berkeley DB Java API) + + + + + + + +
+ + + + + +
Berkeley DB
version 6.1.23
+
+ + + +
+
com.sleepycat.db
+

Class MetaCheckSumFailException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class MetaCheckSumFailException
    +extends DatabaseException
    +
    A MetaCheckSumFailException is thrown when a checksum mismatch is detected +on a database metadata page. Either the database is corrupted or the file +is not a Berkeley DB database file.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString()
      + +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + +
Berkeley DB
version 6.1.23
+
+ + +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1