Uses of Class
org.camunda.bpm.engine.rest.exception.RestException
Package
Description
-
Uses of RestException in org.camunda.bpm.engine.rest.exception
Modifier and TypeClassDescriptionclass
This exception is used for any kind of errors that occur due to malformed parameters in a Http query.Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response.Status
ExceptionHandlerHelper.getStatus
(RestException exception) jakarta.ws.rs.core.Response
RestExceptionHandler.toResponse
(RestException exception) -
Uses of RestException in org.camunda.bpm.engine.rest.sub.runtime.impl
Modifier and TypeMethodDescriptionprotected RestException
CaseExecutionResourceImpl.createRestException
(String transition, jakarta.ws.rs.core.Response.Status status, ProcessEngineException cause) protected RestException
CaseInstanceResourceImpl.createRestException
(String transition, jakarta.ws.rs.core.Response.Status status, ProcessEngineException cause) -
Uses of RestException in org.camunda.bpm.webapp.impl