org.camunda.bpm.cycle.exception
Class CycleExceptionMapper

java.lang.Object
  extended by org.camunda.bpm.cycle.exception.CycleExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<CycleException>

@Provider
public class CycleExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<CycleException>


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

Constructor Detail

CycleExceptionMapper

public CycleExceptionMapper()
Method Detail

toResponse

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


Copyright © 2014 camunda services GmbH. All rights reserved.