Class 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 Detail

      • SQLiteDiskIOException

        public SQLiteDiskIOException()
      • SQLiteDiskIOException

        public SQLiteDiskIOException​(String error)