类 FeignDecodeIOException

所有已实现的接口:
HerodotusException, Serializable

public class FeignDecodeIOException extends PlatformRuntimeException

Description: Feign 解码 IO 错误

作者:
: gengwei.zheng
另请参阅:
Date:
: 2022/5/30 11:17
  • 构造器详细资料

    • FeignDecodeIOException

      public FeignDecodeIOException()
    • FeignDecodeIOException

      public FeignDecodeIOException(String message)
    • FeignDecodeIOException

      public FeignDecodeIOException(String message, Throwable cause)
    • FeignDecodeIOException

      public FeignDecodeIOException(Throwable cause)
    • FeignDecodeIOException

      protected FeignDecodeIOException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • 方法详细资料