Class WebhookSignatureGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.payment.service.gateway.webhooks.exception.WebhookSignatureGenerationException
All Implemented Interfaces:
Serializable

public class WebhookSignatureGenerationException extends RuntimeException
The exception thrown due to an issue when generating a signature based on a webhook request.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • WebhookSignatureGenerationException

      public WebhookSignatureGenerationException()
    • WebhookSignatureGenerationException

      public WebhookSignatureGenerationException(String errorMessage)