Merge "hide the newly created DatabaseObjectNotClosedException class from sdk"
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user