Enum | Description |
---|---|
HystrixRuntimeException.FailureType |
Exception | Description |
---|---|
HystrixBadRequestException |
An exception representing an error with provided arguments or state rather than an execution failure.
|
HystrixRuntimeException |
RuntimeException that is thrown when a
HystrixCommand fails and does not have a fallback. |
HystrixTimeoutException |
An exception representing an error where the provided execution method took longer than the Hystrix timeout.
|