com.atlassian.crowd.exception
Class WebhookNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.ObjectNotFoundException
                  extended by com.atlassian.crowd.exception.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:
Serialized Form

Constructor Summary
WebhookNotFoundException(long webhookId)
           
WebhookNotFoundException(long applicationId, String endpointUrl)
           
WebhookNotFoundException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebhookNotFoundException

public WebhookNotFoundException(long webhookId)

WebhookNotFoundException

public WebhookNotFoundException(long applicationId,
                                String endpointUrl)

WebhookNotFoundException

public WebhookNotFoundException(String message)


Copyright © 2013 Atlassian. All Rights Reserved.