public final class ClosableResourceUtils
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Exception |
attemptClose(ClosableResource cr) |
attempts to close the specified resource,
logging any exception or failure, but allowing
control flow to proceed normally regardless.
|
public static java.lang.Exception attemptClose(ClosableResource cr)