com.abubusoft.kripton.android.sqlcipher.SQLCipherPassphraseRequiredException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kripton-orm Show documentation
Show all versions of kripton-orm Show documentation
Kripton Persistence Library - ORM module
The newest version!
package com.abubusoft.kripton.android.sqlcipher;
import net.sqlcipher.database.SQLiteException;
public class SQLCipherPassphraseRequiredException extends SQLiteException {
/**
*
*/
private static final long serialVersionUID = -596400058445588751L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy