You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a class has multiple AutoCloseable fields it manages and its lifecycle does not allow them to be closed by a try-with-resources block, it is useful to have a utility that closes all of them and throws any caught exceptions.