public final class ExceptionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCausedByConnectionException(Throwable throwable)
checks if the given throwable is a
ConnectException or has one in its cause chain |
public static boolean isCausedByConnectionException(Throwable throwable)
ConnectException or has one in its cause chainthrowable - the throwable to checkConnectExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.