All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sqlcipher.SQLException Maven / Gradle / Ivy

package net.sqlcipher;

public class SQLException extends RuntimeException
{
	private static final long serialVersionUID = -7121966710436839085L;

	public SQLException() {}

    public SQLException(String error)
    {
        super(error);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy