Class PaymentDistributionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.orderoperation.service.payment.exception.PaymentDistributionException
All Implemented Interfaces:
Serializable

public class PaymentDistributionException extends RuntimeException
Exception thrown if there was an issue while attempting to distribute payment amount.
See Also:
  • Constructor Details

    • PaymentDistributionException

      public PaymentDistributionException(String message)
    • PaymentDistributionException

      public PaymentDistributionException(Throwable cause)
    • PaymentDistributionException

      public PaymentDistributionException(String message, Throwable cause)