java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymentgateway.service.exception.WebhookException
All Implemented Interfaces:
Serializable

public class WebhookException extends RuntimeException
The exception is thrown when the processing of the payment webhook failed.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • WebhookException

      public WebhookException(String message)
    • WebhookException

      public WebhookException(String message, Throwable cause)