Uses of Class
org.camunda.bpm.engine.rest.exception.RestException
-
Packages that use RestException Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description javax.ws.rs.core.Response.Status
ExceptionHandlerHelper. getStatus(RestException exception)
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 Modifier and Type Method Description protected RestException
CaseExecutionResourceImpl. createRestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)
protected RestException
CaseInstanceResourceImpl. createRestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)
-