Class TabbyPreScoringApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.tabby.provider.exception.ProviderApiException
com.broadleafcommerce.tabby.provider.exception.TabbyPreScoringApiException
- All Implemented Interfaces:
Serializable
Exception thrown in response to receiving an error from the Tabby Pre-Scoring API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTabbyPreScoringApiException
(org.springframework.web.reactive.function.client.WebClientResponseException receivedException) -
Method Summary
Methods inherited from class com.broadleafcommerce.tabby.provider.exception.ProviderApiException
getReceivedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TabbyPreScoringApiException
public TabbyPreScoringApiException(org.springframework.web.reactive.function.client.WebClientResponseException receivedException)
-