Merge "hide the newly created DatabaseObjectNotClosedException class from sdk"

This commit is contained in:
Vasu Nori
2010-03-03 10:50:51 -08:00
committed by Android (Google) Code Review

View File

@@ -19,6 +19,7 @@ package android.database.sqlite;
/**
* An exception that indicates that garbage-collector is finalizing a database object
* that is not explicitly closed
* @hide
*/
public class DatabaseObjectNotClosedException extends RuntimeException
{