com.atlassian.crowd.manager.webhook
Class InvalidWebhookEndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.webhook.InvalidWebhookEndpointException
All Implemented Interfaces:
Serializable

public class InvalidWebhookEndpointException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidWebhookEndpointException(String endpointUrl, String reason)
           
InvalidWebhookEndpointException(String endpointUrl, Throwable cause)
           
 
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

InvalidWebhookEndpointException

public InvalidWebhookEndpointException(String endpointUrl,
                                       String reason)
Parameters:
endpointUrl - url which is invalid
reason - 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.