java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.orchestration.service.provider.external.ProviderApiException
All Implemented Interfaces:
Serializable

public class ProviderApiException extends RuntimeException
See Also:
  • Constructor Details

    • ProviderApiException

      public ProviderApiException(org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
    • ProviderApiException

      public ProviderApiException(String message, org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
    • ProviderApiException

      public ProviderApiException(String message, Throwable cause, org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
    • ProviderApiException

      public ProviderApiException(Throwable cause, org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
  • Method Details

    • getReceivedException

      public org.springframework.web.reactive.function.client.WebClientResponseException getReceivedException()
      The received error.
      Returns:
      The received error.