Class PaymentLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.PaymentLockException
- All Implemented Interfaces:
Serializable
Exception thrown when an issue is encountered while obtaining a payment lock.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorDescriptionPaymentLockException
(String message) PaymentLockException
(String message, Throwable cause) PaymentLockException
(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
-
PaymentLockException
public PaymentLockException() -
PaymentLockException
-
PaymentLockException
-
PaymentLockException
-