Package | Description |
---|---|
org.camunda.bpm.engine.rest.exception | |
org.camunda.bpm.engine.rest.sub.runtime.impl |
Modifier and Type | Class and Description |
---|---|
class |
InvalidRequestException
This exception is used for any kind of errors that occur due to malformed
parameters in a Http query.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response.Status |
ExceptionHandlerHelper.getStatus(RestException exception) |
javax.ws.rs.core.Response |
RestExceptionHandler.toResponse(RestException exception) |
Modifier and Type | Method and Description |
---|---|
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 © 2022. All rights reserved.