StaleDataExceptionpublic class StaleDataException extends RuntimeException This exception is thrown when a Cursor contains stale data and must be
requeried before being used again. |
Constructors Summary |
---|
public StaleDataException()
super();
| public StaleDataException(String description)
super(description);
|
|