Class BraintreeRequestCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.braintree.service.exception.BraintreeRequestCreationException
All Implemented Interfaces:
Serializable

public class BraintreeRequestCreationException extends RuntimeException
An exception is thrown when a problem is encountered while creating a Braintree API request based on a PaymentRequest.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • BraintreeRequestCreationException

      public BraintreeRequestCreationException(String message)
    • BraintreeRequestCreationException

      public BraintreeRequestCreationException(String message, Throwable cause)