Class BraintreeRequestCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.braintree.service.exception.BraintreeRequestCreationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionBraintreeRequestCreationException
(String message) BraintreeRequestCreationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BraintreeRequestCreationException
-
BraintreeRequestCreationException
-