public class HystrixTimeoutException extends Exception
Hystrix will trigger an exception of this type if it times out an execution. This class is public, so
user-defined execution methods (HystrixCommand.run() / {@link HystrixObservableCommand#construct()) may also
throw this error. If you want some types of failures to be counted as timeouts, you may wrap those failures in
a HystrixTimeoutException. See https://github.com/Netflix/Hystrix/issues/920 for more discussion.
| Constructor and Description |
|---|
HystrixTimeoutException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015. All Rights Reserved.