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