Package com.mchange.v1.util
Class ClosableResourceUtils
java.lang.Object
com.mchange.v1.util.ClosableResourceUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Exception
attempts to close the specified resource, logging any exception or failure, but allowing control flow to proceed normally regardless.
-
Method Details
-
attemptClose
attempts to close the specified resource, logging any exception or failure, but allowing control flow to proceed normally regardless.
-