Class InvalidWebhookEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.webhook.InvalidWebhookEndpointException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidWebhookEndpointException
(String endpointUrl, String reason) InvalidWebhookEndpointException
(String endpointUrl, 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
-
InvalidWebhookEndpointException
- Parameters:
endpointUrl
- url which is invalidreason
- a reason message which fits into "The URL is invalid _________", such as "because it looks bad"
-
InvalidWebhookEndpointException
-