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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookSignatureGenerationException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-