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
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SQLiteException
public SQLiteException()
SQLiteException
public SQLiteException(String error)
SQLiteException
public SQLiteException(String error,
Throwable cause)
Copyright © 2008-2012. All Rights Reserved.