Hystrix: Latency and Fault Tolerance for Distributed Systems



Package com.netflix.hystrix.exception

Custom exception implementations.

See:
          Description

Enum Summary
HystrixRuntimeException.FailureType  
 

Exception Summary
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.
 

Package com.netflix.hystrix.exception Description

Custom exception implementations.

Since:
1.0.0