CursorWindowAllocationExceptionpublic class CursorWindowAllocationException extends RuntimeException This exception is thrown when a CursorWindow couldn't be allocated,
most probably due to memory not being available. |
Constructors Summary |
---|
public CursorWindowAllocationException(String description)
super(description);
|
|