public class ProviderApiException extends RuntimeException
CatalogProvider
) received. This allows the error to bubble up to
the local endpoint and be returned.Constructor and Description |
---|
ProviderApiException(String message,
Throwable cause,
org.springframework.web.reactive.function.client.WebClientResponseException receivedException) |
ProviderApiException(String message,
org.springframework.web.reactive.function.client.WebClientResponseException receivedException) |
ProviderApiException(Throwable cause,
org.springframework.web.reactive.function.client.WebClientResponseException receivedException) |
ProviderApiException(org.springframework.web.reactive.function.client.WebClientResponseException receivedException) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.reactive.function.client.WebClientResponseException |
getReceivedException()
The received error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProviderApiException(org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
public ProviderApiException(String message, org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
public ProviderApiException(String message, Throwable cause, org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
public ProviderApiException(Throwable cause, org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
Copyright © 2021. All rights reserved.