Package org.postgresql.util
Interface LazyCleaner.Cleanable<T extends Throwable>
- Type Parameters:
T- the type of exception that can be thrown during cleanup
- Enclosing interface:
LazyCleaner
public static interface LazyCleaner.Cleanable<T extends Throwable>
Cleanable interface for objects that can be manually cleaned.
-
Method Summary
-
Method Details
-
clean
void clean() throws T- Throws:
T
-