Package android.database
Class CursorWindowAllocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.CursorWindowAllocationException
-
- All Implemented Interfaces:
Serializable
public class CursorWindowAllocationException extends RuntimeException
This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CursorWindowAllocationException(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
-
CursorWindowAllocationException
public CursorWindowAllocationException(String description)
-
-