Package android.database.sqlite
Class SQLiteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SQLiteAbortException,SQLiteAccessPermException,SQLiteBindOrColumnIndexOutOfRangeException,SQLiteBlobTooBigException,SQLiteCantOpenDatabaseException,SQLiteConstraintException,SQLiteDatabaseCorruptException,SQLiteDatabaseLockedException,SQLiteDatatypeMismatchException,SQLiteDiskIOException,SQLiteDoneException,SQLiteFullException,SQLiteMisuseException,SQLiteOutOfMemoryException,SQLiteReadOnlyDatabaseException,SQLiteTableLockedException
public class SQLiteException extends SQLException
A SQLite exception that indicates there was an error with SQL parsing or execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteException()SQLiteException(String error)SQLiteException(String error, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-