Class DbFullException

All Implemented Interfaces:
Serializable

public class DbFullException extends DbException
Thrown when applying a transaction (e.g. putting an object) would exceed the maxSizeInKByte configured for the store.
See Also:
  • Constructor Details

    • DbFullException

      public DbFullException(String message)
    • DbFullException

      public DbFullException(String message, int errorCode)