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> EngineClientException
EngineClientLogger. exceptionWhileDeserializingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)
protected EngineClientException
EngineClientLogger. exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, java.io.IOException e)
protected <T> EngineClientException
EngineClientLogger. exceptionWhileMappingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)
protected <T> EngineClientException
EngineClientLogger. exceptionWhileParsingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)
protected EngineClientException
EngineClientLogger. exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, RestException e)
protected <D extends RequestDto>
EngineClientExceptionEngineClientLogger. exceptionWhileSerializingJsonObject(D dto, java.lang.Throwable t)
Methods in org.camunda.bpm.client.impl with parameters of type EngineClientException Modifier and Type Method Description ExternalTaskClientException
ExternalTaskClientLogger. handledEngineClientException(java.lang.String actionName, EngineClientException e)
-
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 void
TopicSubscriptionManagerLogger. exceptionWhilePerformingFetchAndLock(EngineClientException e)
-