Class 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 Detail

      • PaymentLockException

        public PaymentLockException()
      • PaymentLockException

        public PaymentLockException​(String message)
      • PaymentLockException

        public PaymentLockException​(Throwable cause)
      • PaymentLockException

        public PaymentLockException​(String message,
                                    Throwable cause)