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