hide the newly created DatabaseObjectNotClosedException class from sdk
diff --git a/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java b/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java
index 9fe1f54..8ac4c0f 100644
--- a/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java
+++ b/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java
@@ -19,6 +19,7 @@
 /**
  * An exception that indicates that garbage-collector is finalizing a database object
  * that is not explicitly closed
+ * @hide
  */
 public class DatabaseObjectNotClosedException extends RuntimeException
 {