Class DbFullException

All Implemented Interfaces:
Serializable

public class DbFullException extends DbException
Thrown when applying a database operation would exceed the (default) maxSizeInKByte configured for the Store.

This can occur for operations like when an Object is put, at the point when the (internal) transaction is committed. Or when the Store is opened with a max size too small for the existing database.

See Also:
  • Constructor Details

    • DbFullException

      public DbFullException(String message)
    • DbFullException

      public DbFullException(String message, int errorCode)