Uses of Interface
org.bremersee.exception.HttpResponseHeadersAware
-
Packages that use HttpResponseHeadersAware Package Description org.bremersee.exception org.bremersee.exception.feign org.bremersee.web.reactive.function.client -
-
Uses of HttpResponseHeadersAware in org.bremersee.exception
Classes in org.bremersee.exception that implement HttpResponseHeadersAware Modifier and Type Class Description class
HttpClientException
General http client exception. -
Uses of HttpResponseHeadersAware in org.bremersee.exception.feign
Classes in org.bremersee.exception.feign that implement HttpResponseHeadersAware Modifier and Type Class Description class
FeignClientException
Feign exception that stores the error payload as aRestApiException
. -
Uses of HttpResponseHeadersAware in org.bremersee.web.reactive.function.client
Classes in org.bremersee.web.reactive.function.client that implement HttpResponseHeadersAware Modifier and Type Class Description class
WebClientException
The web client exception.
-