Class Hierarchy
- java.lang.Object
- org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder<E> (implements org.bremersee.web.reactive.function.client.WebClientErrorDecoder<E>)
- org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
- org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
- org.bremersee.web.reactive.function.client.AccessTokenAppender (implements org.springframework.web.reactive.function.client.ExchangeFilterFunction)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.web.server.ResponseStatusException
- org.bremersee.web.reactive.function.client.WebClientException (implements org.bremersee.exception.ErrorCodeAware, org.bremersee.exception.HttpResponseHeadersAware, org.bremersee.exception.RestApiExceptionAware)
- org.springframework.web.server.ResponseStatusException
- org.springframework.core.NestedRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
- org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder<E> (implements org.bremersee.web.reactive.function.client.WebClientErrorDecoder<E>)
Interface Hierarchy
- java.util.function.Function<T,R>
- org.bremersee.web.reactive.function.client.WebClientErrorDecoder<E>