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

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

@Provider
public class WebhookNotFoundExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<WebhookNotFoundException>

Since:
v2.7

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

Constructor Detail

WebhookNotFoundExceptionMapper

public WebhookNotFoundExceptionMapper()
Method Detail

toResponse

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


Copyright © 2014 Atlassian. All Rights Reserved.