Added in API level 1
SQLiteDiskIOException
open class SQLiteDiskIOException : SQLiteException
Indicates that an IO error occurred while accessing the SQLite database file.
Summary
Public constructors | |
---|---|
SQLiteDiskIOException(error: String!) |
open class SQLiteDiskIOException : SQLiteException
Indicates that an IO error occurred while accessing the SQLite database file.
Public constructors | |
---|---|
SQLiteDiskIOException(error: String!) |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.