org.camunda.bpm.cycle.web.jaxrs.ext
Class WebExceptionMapper

java.lang.Object
  extended by org.camunda.bpm.cycle.web.jaxrs.ext.WebExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<WebException>

@Provider
public class WebExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<WebException>

Author:
nico.rehwaldt

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

Constructor Detail

WebExceptionMapper

public WebExceptionMapper()
Method Detail

toResponse

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


Copyright © 2014 camunda services GmbH. All rights reserved.