Class CheckoutRequestCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.payment.service.gateway.exceptions.CheckoutRequestCreationException
-
- All Implemented Interfaces:
Serializable
public class CheckoutRequestCreationException extends RuntimeException
Exception thrown when the request payload for a Checkout.com SDK interaction cannot be created based on the providedPaymentRequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckoutRequestCreationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CheckoutRequestCreationException
public CheckoutRequestCreationException(String message)
-
-