com.sleepycat.db
Class MetaCheckSumFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
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
toString
public String toString()
-
- Overrides:
toString
in class DatabaseException
Copyright (c) 1996, 2014 Oracle and/or its affiliates. All rights reserved.