Package com.atlassian.crowd.exception
Class WebhookNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectNotFoundException
com.atlassian.crowd.exception.WebhookNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a Webhook does not exist on the server
- Since:
- v2.7
- See Also:
-
Constructor Summary
ConstructorDescriptionWebhookNotFoundException
(long webhookId) WebhookNotFoundException
(long applicationId, String endpointUrl) WebhookNotFoundException
(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebhookNotFoundException
public WebhookNotFoundException(long webhookId) -
WebhookNotFoundException
-
WebhookNotFoundException
-