java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.core.payment.service.exception.PaymentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InsufficientFundsException, PaymentProcessorException

public class PaymentException extends Exception
See Also:
  • Constructor Details

    • PaymentException

      public PaymentException()
    • PaymentException

      public PaymentException(String message, Throwable cause)
    • PaymentException

      public PaymentException(String message)
    • PaymentException

      public PaymentException(Throwable cause)