Class GatewayPaymentUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.GatewayPaymentUpdateException
- All Implemented Interfaces:
Serializable
Exception denoting that an error was encountered while attempting to update the gateway's
representation of the payment.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGatewayPaymentUpdateException
(String message) GatewayPaymentUpdateException
(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
-
GatewayPaymentUpdateException
-
GatewayPaymentUpdateException
-