Class WebhookNotFoundExceptionMapper
java.lang.Object
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
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
toResponse
(WebhookNotFoundException exception)
-
Constructor Details
-
WebhookNotFoundExceptionMapper
public WebhookNotFoundExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<WebhookNotFoundException>
-