Example usage for org.springframework.web.client HttpStatusCodeException subclass-usage

List of usage examples for org.springframework.web.client HttpStatusCodeException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.client HttpStatusCodeException subclass-usage.

Usage

From source file com.github.jmnarloch.spring.cloud.feign.VndErrorException.java

/**
 * The base exception that will be used to propagate any vnd.errors during Feign client invocations.
 *
 * @author Jakub Narloch
 * @see VndErrorDecoder
 * @see VndErrors