android.database.sqlite
Class SQLiteDatabaseCorruptException

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
                      extended by android.database.sqlite.SQLiteDatabaseCorruptException
All Implemented Interfaces:
java.io.Serializable

public class SQLiteDatabaseCorruptException
extends SQLiteException

See Also:
Serialized Form

Constructor Summary
SQLiteDatabaseCorruptException()
           
SQLiteDatabaseCorruptException(java.lang.String error)
           
 
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

SQLiteDatabaseCorruptException

public SQLiteDatabaseCorruptException()

SQLiteDatabaseCorruptException

public SQLiteDatabaseCorruptException(java.lang.String error)


Copyright © 2008-2010. All Rights Reserved.