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 | |
|---|---|
| CursorWindowAllocationException(description: String) | |
Public constructors
CursorWindowAllocationException
Added in API level 33
      CursorWindowAllocationException(description: String)
| Parameters | |
|---|---|
| description | String: This value cannot be null. | 
