public class CloseableUtils extends Object
| Constructor and Description |
|---|
CloseableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Exception |
closeQuietly(AutoCloseable closeable,
Exception suppressed) |
static Exception |
closeQuietly(Disposable disposable,
Exception suppressed) |
@Nullable public static Exception closeQuietly(@Nullable AutoCloseable closeable, @Nullable Exception suppressed)
@Nullable public static Exception closeQuietly(@Nullable Disposable disposable, @Nullable Exception suppressed)
Copyright © 2017–2021 DataStax. All rights reserved.