Class PaymentTTLException

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

public class PaymentTTLException extends RuntimeException
Exception thrown when attempting to modify a payment transaction when the payment's TTL has expired.
Author:
mariestandeven
See Also:
  • Constructor Details

    • PaymentTTLException

      public PaymentTTLException()
    • PaymentTTLException

      public PaymentTTLException(String message)
    • PaymentTTLException

      public PaymentTTLException(String message, Throwable cause)