Class PaymentTTLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.PaymentTTLException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to modify a payment transaction when the payment's TTL has
expired.
- Author:
- mariestandeven
- See Also:
-
Constructor Summary
ConstructorDescriptionPaymentTTLException
(String message) PaymentTTLException
(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
-
PaymentTTLException
public PaymentTTLException() -
PaymentTTLException
-
PaymentTTLException
-