Class InconsistentDatabaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidObjectVersionException

public class InconsistentDatabaseException extends DatabaseException
Thrown when inconsistent content is detected in a Database indicating a corrupted or invalid database, or a buggy underlying key-value store.

If you get one of these exceptions, you may consider running the jsck command in the Permazen CLI, which checks for database consistency problems and (optionally) attempts to repair them.

See Also:
  • Constructor Details

    • InconsistentDatabaseException

      public InconsistentDatabaseException(String message)
    • InconsistentDatabaseException

      public InconsistentDatabaseException(Throwable cause)
    • InconsistentDatabaseException

      public InconsistentDatabaseException(String message, Throwable cause)