com.atlassian.crowd.plugin.rest.exception.mapper
Class InvalidWebhookEndpointUrlExceptionMapper

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.exception.mapper.InvalidWebhookEndpointUrlExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<InvalidWebhookEndpointException>

@Provider
public class InvalidWebhookEndpointUrlExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<InvalidWebhookEndpointException>

Since:
v2.7

Constructor Summary
InvalidWebhookEndpointUrlExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(InvalidWebhookEndpointException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidWebhookEndpointUrlExceptionMapper

public InvalidWebhookEndpointUrlExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(InvalidWebhookEndpointException exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<InvalidWebhookEndpointException>


Copyright © 2013 Atlassian. All Rights Reserved.