Uses of Class
org.camunda.bpm.engine.rest.exception.RestException

Packages that use RestException
org.camunda.bpm.engine.rest.exception   
org.camunda.bpm.engine.rest.sub.runtime.impl   
 

Uses of RestException in org.camunda.bpm.engine.rest.exception
 

Subclasses of RestException in org.camunda.bpm.engine.rest.exception
 class InvalidRequestException
          This exception is used for any kind of errors that occur due to malformed parameters in a Http query.
 

Methods in org.camunda.bpm.engine.rest.exception with parameters of type RestException
 javax.ws.rs.core.Response RestExceptionHandler.toResponse(RestException exception)
           
 

Uses of RestException in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return RestException
protected  RestException CaseInstanceResourceImpl.createRestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)
           
protected  RestException CaseExecutionResourceImpl.createRestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.