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:
  • Constructor Details

    • PaymentLockException

      public PaymentLockException()
    • PaymentLockException

      public PaymentLockException(String message)
    • PaymentLockException

      public PaymentLockException(Throwable cause)
    • PaymentLockException

      public PaymentLockException(String message, Throwable cause)