Class CheckoutResponseInterpretationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.payment.service.gateway.exceptions.CheckoutResponseInterpretationException
-
- All Implemented Interfaces:
Serializable
public class CheckoutResponseInterpretationException extends RuntimeException
Exception thrown when the response from the Checkout.com SDK cannot be successfully translated into aPaymentResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckoutResponseInterpretationException(String message, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.broadleafcommerce.paymentgateway.domain.PaymentResponsegetPaymentResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CheckoutResponseInterpretationException
public CheckoutResponseInterpretationException(String message, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse)
-
-