DatabaseObjectNotClosedExceptionpublic class DatabaseObjectNotClosedException extends RuntimeException An exception that indicates that garbage-collector is finalizing a database object
that is not explicitly closed |
Fields Summary |
---|
private static final String | s |
Constructors Summary |
---|
public DatabaseObjectNotClosedException()
super(s);
|
|