Class FeignErrorTranslator
- java.lang.Object
-
- org.technologybrewery.fermenter.stout.util.FeignErrorTranslator
-
- All Implemented Interfaces:
feign.codec.ErrorDecoder
public class FeignErrorTranslator extends Object implements feign.codec.ErrorDecoder
Since Feign throws a FeignException for an error, this class is the translator of a feign exception to a more specific exception.
-
-
Constructor Summary
Constructors Constructor Description FeignErrorTranslator()
-