Package com.onlinepayments.webhooks
Class SignatureValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.onlinepayments.webhooks.SignatureValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SecretKeyNotAvailableException
Represents an error while validating webhooks signatures.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureValidationException(String message) SignatureValidationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SignatureValidationException
-
SignatureValidationException
-
SignatureValidationException
-