Class CorruptDatabaseException

All Implemented Interfaces:
Serializable

@ThreadSafe public class CorruptDatabaseException extends DatabaseException
An exception used to indicate the db4o database is corrupt. This could be due to invalid data or a complete failure of the db.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • CorruptDatabaseException

      public CorruptDatabaseException(String msg)
      Creates an CorruptDatabaseException.
      Parameters:
      msg - the exception message
    • CorruptDatabaseException

      public CorruptDatabaseException(String msg, Exception ex)
      Creates an CorruptDatabaseException.
      Parameters:
      msg - the exception message
      ex - the cause of the exception