Package io.objectbox.exception
Class DbFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.objectbox.exception.DbException
-
- io.objectbox.exception.DbFullException
-
- All Implemented Interfaces:
java.io.Serializable
public class DbFullException extends DbException
Thrown when applying a transaction (e.g. putting an object) would exceed themaxSizeInKByte
configured for the store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbFullException(java.lang.String message)
DbFullException(java.lang.String message, int errorCode)
-
Method Summary
-
Methods inherited from class io.objectbox.exception.DbException
getErrorCode, toString
-
-