Package com.pdfgate

Class PdfGateWebhookVerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pdfgate.PdfGateWebhookVerificationException
All Implemented Interfaces:
Serializable

public final class PdfGateWebhookVerificationException extends Exception
Exception thrown when a webhook signature cannot be verified.
See Also:
  • Constructor Details

    • PdfGateWebhookVerificationException

      public PdfGateWebhookVerificationException(String message)
      Creates a verification exception with the provided message.
      Parameters:
      message - verification failure message.
    • PdfGateWebhookVerificationException

      public PdfGateWebhookVerificationException(String message, Throwable cause)
      Creates a verification exception with the provided message and cause.
      Parameters:
      message - verification failure message.
      cause - underlying cause.