Class SignatureVerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.myfatoorah.service.requestresponse.exception.SignatureVerificationException
All Implemented Interfaces:
Serializable

public class SignatureVerificationException extends RuntimeException
Exception indicating that the webhook request signature is invalid.
Author:
Divyank Chavan.
See Also:
  • Constructor Details

    • SignatureVerificationException

      public SignatureVerificationException(String message)
    • SignatureVerificationException

      public SignatureVerificationException(String message, Throwable throwable)