Uses of Interface
org.bremersee.exception.RestApiExceptionAware
-
Packages that use RestApiExceptionAware Package Description org.bremersee.exception org.bremersee.exception.feign org.bremersee.web.reactive.function.client -
-
Uses of RestApiExceptionAware in org.bremersee.exception
Classes in org.bremersee.exception that implement RestApiExceptionAware Modifier and Type Class Description classHttpClientExceptionGeneral http client exception. -
Uses of RestApiExceptionAware in org.bremersee.exception.feign
Classes in org.bremersee.exception.feign that implement RestApiExceptionAware Modifier and Type Class Description classFeignClientExceptionFeign exception that stores the error payload as aRestApiException. -
Uses of RestApiExceptionAware in org.bremersee.web.reactive.function.client
Classes in org.bremersee.web.reactive.function.client that implement RestApiExceptionAware Modifier and Type Class Description classWebClientExceptionThe web client exception.
-