Class SignatureVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.adyen.service.requestresponse.exception.SignatureVerificationException
- All Implemented Interfaces:
 Serializable
Exception indicating that the webhook request signature is invalid.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSignatureVerificationException(String message) SignatureVerificationException(String message, Throwable throwable)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SignatureVerificationException
 - 
SignatureVerificationException
 
 -