public class DroneTimeoutException extends RuntimeException
| Constructor and Description |
|---|
DroneTimeoutException(int timeoutInSeconds,
Throwable cause) |
DroneTimeoutException(int timeoutInSeconds,
Throwable cause,
String messageFormat,
Object... params) |
DroneTimeoutException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCausedByTimeoutException(Throwable throwable)
Checks whether any cause in hierarchy is a TimeoutException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DroneTimeoutException(int timeoutInSeconds,
Throwable cause)
public static boolean isCausedByTimeoutException(Throwable throwable)
throwable - Copyright © 2017 JBoss by Red Hat. All rights reserved.