FileDocCategorySizeDatePackage
SQLException.javaAPI DocAndroid 5.1 API988Thu Mar 12 22:22:10 GMT 2015android.database

SQLException

public class SQLException extends RuntimeException
An exception that indicates there was an error with SQL parsing or execution.

Fields Summary
Constructors Summary
public SQLException()

    
public SQLException(String error)

        super(error);
    
public SQLException(String error, Throwable cause)

        super(error, cause);
    
Methods Summary