Package android.database
Class StaleDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.StaleDataException
-
- All Implemented Interfaces:
Serializable
public class StaleDataException extends RuntimeException
This exception is thrown when a Cursor contains stale data and must be requeried before being used again.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleDataException()StaleDataException(String description)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StaleDataException
public StaleDataException()
-
StaleDataException
public StaleDataException(String description)
-
-