Uses of Class
org.camunda.bpm.engine.rest.exception.RestException
Packages that use RestException
Package
Description
-
Uses of RestException in org.camunda.bpm.engine.rest.exception
Subclasses of RestException in org.camunda.bpm.engine.rest.exceptionModifier and TypeClassDescriptionclass
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 RestExceptionModifier and TypeMethodDescriptionjavax.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 RestExceptionModifier and TypeMethodDescriptionprotected 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) -
Uses of RestException in org.camunda.bpm.webapp.impl
Methods in org.camunda.bpm.webapp.impl that return RestException