Package com.pdfgate
Class PdfGateWebhookVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pdfgate.PdfGateWebhookVerificationException
- All Implemented Interfaces:
Serializable
Exception thrown when a webhook signature cannot be verified.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a verification exception with the provided message.PdfGateWebhookVerificationException(String message, Throwable cause) Creates a verification exception with the provided message and 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
-
PdfGateWebhookVerificationException
Creates a verification exception with the provided message.- Parameters:
message- verification failure message.
-
PdfGateWebhookVerificationException
Creates a verification exception with the provided message and cause.- Parameters:
message- verification failure message.cause- underlying cause.
-