Package android.database.sqlite
Class DatabaseObjectNotClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.database.sqlite.DatabaseObjectNotClosedException
-
- All Implemented Interfaces:
Serializable
public class DatabaseObjectNotClosedException extends RuntimeException
An exception that indicates that garbage-collector is finalizing a database object that is not explicitly closed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseObjectNotClosedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-