public class Exceptions extends Object
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areExceptionsPresentInChain(Throwable error,
Class... types) |
static void |
rethrowIOException(Throwable cause) |
static String |
toString(Exception ex) |
public static void rethrowIOException(Throwable cause) throws IOException
IOExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.