Class WebhookNotFoundException

All Implemented Interfaces:
Serializable

public class WebhookNotFoundException extends ObjectNotFoundException
Thrown to indicate that a Webhook does not exist on the server
Since:
v2.7
See Also:
  • Constructor Details

    • WebhookNotFoundException

      public WebhookNotFoundException(long webhookId)
    • WebhookNotFoundException

      public WebhookNotFoundException(long applicationId, String endpointUrl)
    • WebhookNotFoundException

      public WebhookNotFoundException(String message)