public class TimeoutException extends Exception
TimeoutException indicates that underlying operation has timed out.
In scenarios where client is expecting response from server, the exception is
thrown when server does not respond in stipulated time.| Constructor and Description |
|---|
TimeoutException(Duration timeoutDuration) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getTimeoutDuration() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All rights reserved.