Berkeley DB
version 6.1.19

com.sleepycat.db
Class MetaCheckSumFailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.db.DatabaseException
              extended by com.sleepycat.db.MetaCheckSumFailException
All Implemented Interfaces:
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
 String toString()
          
 
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment, getErrno
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()

Overrides:
toString in class DatabaseException

Berkeley DB
version 6.1.19

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