Uses of Class
org.camunda.bpm.client.impl.EngineClientException
-
Uses of EngineClientException in org.camunda.bpm.client.impl
Modifier and TypeMethodDescriptionprotected <T> EngineClientException
EngineClientLogger.exceptionWhileDeserializingJsonObject
(Class<T> responseDtoClass, Throwable t) protected EngineClientException
EngineClientLogger.exceptionWhileEstablishingConnection
(org.apache.hc.core5.http.HttpRequest httpRequest, IOException e) protected <T> EngineClientException
EngineClientLogger.exceptionWhileMappingJsonObject
(Class<T> responseDtoClass, Throwable t) protected <T> EngineClientException
EngineClientLogger.exceptionWhileParsingJsonObject
(Class<T> responseDtoClass, Throwable t) protected EngineClientException
EngineClientLogger.exceptionWhileReceivingResponse
(org.apache.hc.core5.http.HttpRequest httpRequest, RestException e) protected <D extends RequestDto>
EngineClientExceptionEngineClientLogger.exceptionWhileSerializingJsonObject
(D dto, Throwable t) Modifier and TypeMethodDescriptionExternalTaskClientLogger.handledEngineClientException
(String actionName, EngineClientException e) -
Uses of EngineClientException in org.camunda.bpm.client.topic.impl
Modifier and TypeMethodDescriptionprotected void
TopicSubscriptionManagerLogger.exceptionWhilePerformingFetchAndLock
(EngineClientException e)