Class FeignClientErrorDecoder

java.lang.Object
org.training.account.service.configuration.FeignClientErrorDecoder
All Implemented Interfaces:
feign.codec.ErrorDecoder

public class FeignClientErrorDecoder extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String s, feign.Response response)
    Decode the response and return an Exception object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FeignClientErrorDecoder

      public FeignClientErrorDecoder()
  • Method Details

    • decode

      public Exception decode(String s, feign.Response response)
      Decode the response and return an Exception object.
      Specified by:
      decode in interface feign.codec.ErrorDecoder
      Parameters:
      s - the response string
      response - the HTTP response object
      Returns:
      an Exception object representing the decoded response