Package android.database.sqlite
Class SQLiteOutOfMemoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteOutOfMemoryException
-
- All Implemented Interfaces:
Serializable
public class SQLiteOutOfMemoryException extends SQLiteException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteOutOfMemoryException()SQLiteOutOfMemoryException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SQLiteOutOfMemoryException
public SQLiteOutOfMemoryException()
-
SQLiteOutOfMemoryException
public SQLiteOutOfMemoryException(String error)
-
-