Added in API level 33

CursorWindowAllocationException


open class CursorWindowAllocationException : RuntimeException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.lang.RuntimeException
   โ†ณ android.database.CursorWindowAllocationException

This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.

Summary

Public constructors

Public constructors

CursorWindowAllocationException

Added in API level 33
CursorWindowAllocationException(description: String)
Parameters
description String: This value cannot be null.