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 classInvalidRequestExceptionThis 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.StatusExceptionHandlerHelper. getStatus(RestException exception)javax.ws.rs.core.ResponseRestExceptionHandler. 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 RestExceptionCaseExecutionResourceImpl. createRestException(java.lang.String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected RestExceptionCaseInstanceResourceImpl. createRestException(java.lang.String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)
-