FileDocCategorySizeDatePackage
SQLException.javaAPI DocAndroid 5.1 API356Sat Mar 14 14:09:42 GMT 2015android.database

SQLException

public class SQLException extends RuntimeException

Fields Summary
Constructors Summary
public SQLException()

 throw new RuntimeException("Stub!"); 
public SQLException(String error)

 throw new RuntimeException("Stub!"); 
public SQLException(String error, Throwable cause)

 throw new RuntimeException("Stub!"); 
Methods Summary