Added in API level 1
StaleDataException
open class StaleDataException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.database.StaleDataException | |||
This exception is thrown when a Cursor contains stale data and must be requeried before being used again.
Summary
| Public constructors | |
|---|---|
StaleDataException(description: String!) |
|