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 checkConnectException
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.