Class FileCorruptException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PagesCorruptException

public class FileCorruptException extends DbException
Errors were detected in a database file, e.g. illegal values or structural inconsistencies.

It may be possible to re-open the store with BoxStoreBuilder.usePreviousCommit() to restore to a working state.

See Also:
  • Constructor Details

    • FileCorruptException

      public FileCorruptException(String message)
    • FileCorruptException

      public FileCorruptException(String message, int errorCode)