Class FeignClientErrorDecoder
java.lang.Object
org.training.fundtransfer.configuration.FeignClientErrorDecoder
- All Implemented Interfaces:
feign.codec.ErrorDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface feign.codec.ErrorDecoder
feign.codec.ErrorDecoder.Default, feign.codec.ErrorDecoder.RetryAfterDecoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FeignClientErrorDecoder
public FeignClientErrorDecoder()
-
-
Method Details
-
decode
Decodes the HTTP response and returns an exception if necessary.- Specified by:
decode
in interfacefeign.codec.ErrorDecoder
- Parameters:
s
- The string representation of the response body.response
- The HTTP response object.- Returns:
- An exception object if necessary, or null if no exception is thrown.
-