Class GatewayPaymentUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.GatewayPaymentUpdateException
All Implemented Interfaces:
Serializable

public class GatewayPaymentUpdateException extends RuntimeException
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 Details

    • GatewayPaymentUpdateException

      public GatewayPaymentUpdateException(String message)
    • GatewayPaymentUpdateException

      public GatewayPaymentUpdateException(String message, Throwable cause)