FileDocCategorySizeDatePackage
DatabaseObjectNotClosedException.javaAPI DocAndroid 5.1 API1072Thu Mar 12 22:22:10 GMT 2015android.database.sqlite

DatabaseObjectNotClosedException

public class DatabaseObjectNotClosedException extends RuntimeException
An exception that indicates that garbage-collector is finalizing a database object that is not explicitly closed
hide

Fields Summary
private static final String
s
Constructors Summary
public DatabaseObjectNotClosedException()


      
        super(s);
    
Methods Summary