Package android.database.sqlite
Class SQLiteDiskIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.SQLException
-
- android.database.sqlite.SQLiteException
-
- android.database.sqlite.SQLiteDiskIOException
-
- All Implemented Interfaces:
Serializable
public class SQLiteDiskIOException extends SQLiteException
An exception that indicates that an IO error occured while accessing the SQLite database file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLiteDiskIOException()SQLiteDiskIOException(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
-
SQLiteDiskIOException
public SQLiteDiskIOException()
-
SQLiteDiskIOException
public SQLiteDiskIOException(String error)
-
-