android.database.sqlite
Class SQLiteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by android.database.SQLException
                  extended by 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

Constructor Summary
SQLiteException()
           
SQLiteException(String error)
           
SQLiteException(String error, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLiteException

public SQLiteException()

SQLiteException

public SQLiteException(String error)

SQLiteException

public SQLiteException(String error,
                       Throwable cause)


Copyright © 2008-2012. All Rights Reserved.