Added in API level 1
Summary:
Ctors
| Inherited Methods
StaleDataException
public
class
StaleDataException
extends RuntimeException
| java.lang.Object | ||||
| ↳ | java.lang.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()
|
|
StaleDataException(String description)
|
|
Inherited methods | |
|---|---|
Public constructors
StaleDataException
Added in API level 1
public StaleDataException (String description)
| Parameters | |
|---|---|
description |
String |