Class SQLiteAccessPermException

  • All Implemented Interfaces:
    Serializable

    public class SQLiteAccessPermException
    extends SQLiteException
    This exception class is used when sqlite can't access the database file due to lack of permissions on the file.
    See Also:
    Serialized Form
    • Constructor Detail

      • SQLiteAccessPermException

        public SQLiteAccessPermException()
      • SQLiteAccessPermException

        public SQLiteAccessPermException​(String error)