Uses of Class
org.camunda.bpm.client.impl.EngineClientException
-
Packages that use EngineClientException Package Description org.camunda.bpm.client.impl org.camunda.bpm.client.topic.impl -
-
Uses of EngineClientException in org.camunda.bpm.client.impl
Methods in org.camunda.bpm.client.impl that return EngineClientException Modifier and Type Method Description protected <T> EngineClientExceptionEngineClientLogger. exceptionWhileDeserializingJsonObject(Class<T> responseDtoClass, Throwable t)protected EngineClientExceptionEngineClientLogger. exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, IOException e)protected <T> EngineClientExceptionEngineClientLogger. exceptionWhileMappingJsonObject(Class<T> responseDtoClass, Throwable t)protected <T> EngineClientExceptionEngineClientLogger. exceptionWhileParsingJsonObject(Class<T> responseDtoClass, Throwable t)protected EngineClientExceptionEngineClientLogger. exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, org.apache.http.client.HttpResponseException e)protected <D extends RequestDto>
EngineClientExceptionEngineClientLogger. exceptionWhileSerializingJsonObject(D dto, Throwable t)Methods in org.camunda.bpm.client.impl with parameters of type EngineClientException Modifier and Type Method Description ExternalTaskClientExceptionExternalTaskClientLogger. externalTaskServiceException(String actionName, EngineClientException e)Methods in org.camunda.bpm.client.impl that throw EngineClientException Modifier and Type Method Description voidEngineClient. bpmnError(String taskId, String errorCode, String errorMessage, Map<String,Object> variables)voidEngineClient. complete(String taskId, Map<String,Object> variables, Map<String,Object> localVariables)protected <T> TRequestExecutor. deserializeResponse(org.apache.http.HttpEntity httpEntity, Class<T> responseClass)protected <T> TRequestExecutor. executeRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, Class<T> responseClass)voidEngineClient. extendLock(String taskId, long newDuration)voidEngineClient. failure(String taskId, String errorMessage, String errorDetails, int retries, long retryTimeout, Map<String,Object> variables, Map<String,Object> localVariables)List<ExternalTask>EngineClient. fetchAndLock(List<TopicRequestDto> topics)byte[]EngineClient. getLocalBinaryVariable(String variableName, String processInstanceId)protected byte[]RequestExecutor. getRequest(String resourceUrl)voidEngineClient. lock(String taskId, long lockDuration)protected <T> TRequestExecutor. postRequest(String resourceUrl, RequestDto requestDto, Class<T> responseClass)protected org.apache.http.entity.ByteArrayEntityRequestExecutor. serializeRequest(RequestDto dto)voidEngineClient. setVariables(String proccessId, Map<String,Object> variables)voidEngineClient. unlock(String taskId) -
Uses of EngineClientException in org.camunda.bpm.client.topic.impl
Methods in org.camunda.bpm.client.topic.impl with parameters of type EngineClientException Modifier and Type Method Description protected voidTopicSubscriptionManagerLogger. exceptionWhilePerformingFetchAndLock(EngineClientException e)
-