com.atlassian.crowd.manager.webhook
Class InvalidWebhookEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.webhook.InvalidWebhookEndpointException
- All Implemented Interfaces:
- Serializable
public class InvalidWebhookEndpointException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidWebhookEndpointException
public InvalidWebhookEndpointException(String endpointUrl,
String reason)
- Parameters:
endpointUrl - url which is invalidreason - a reason message which fits into "The URL is invalid _________", such as "because it looks bad"
InvalidWebhookEndpointException
public InvalidWebhookEndpointException(String endpointUrl,
Throwable cause)
Copyright © 2014 Atlassian. All Rights Reserved.