Package org.camunda.bpm.client.impl
Class EngineClientLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.client.impl.ExternalTaskClientLogger
org.camunda.bpm.client.impl.EngineClientLogger
- Author:
- Tassilo Weidner
-
Field Summary
Fields inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
CLIENT_LOGGER, ENGINE_CLIENT_LOGGER, JSON_FORMAT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SERIALIZABLE_FORMAT_LOGGER, TOPIC_SUBSCRIPTION_MANAGER_LOGGER, XML_FORMAT_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <T> void
exceptionWhileClosingResourceStream
(T response, IOException e) protected <T> EngineClientException
exceptionWhileDeserializingJsonObject
(Class<T> responseDtoClass, Throwable t) protected EngineClientException
exceptionWhileEstablishingConnection
(org.apache.hc.core5.http.HttpRequest httpRequest, IOException e) protected <T> EngineClientException
exceptionWhileMappingJsonObject
(Class<T> responseDtoClass, Throwable t) protected <T> EngineClientException
exceptionWhileParsingJsonObject
(Class<T> responseDtoClass, Throwable t) protected EngineClientException
exceptionWhileReceivingResponse
(org.apache.hc.core5.http.HttpRequest httpRequest, RestException e) protected <D extends RequestDto>
EngineClientExceptionexceptionWhileSerializingJsonObject
(D dto, Throwable t) void
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotSerializeVariable, createMessage, doubleDirectionConfigException, externalTaskHandlerNullException, handledEngineClientException, interceptorNullException, lockDurationIsNotGreaterThanZeroException, logDataFormat, logDataFormatConfigurator, logDataFormatProvider, logDataFormats, logError, logInfo, maxTasksNotGreaterThanZeroException, missingDirectionException, multipleProvidersForDataformat, passNullValueParameter, topicNameAlreadySubscribedException, topicNameNullException, unspecifiedOrderByMethodException, valueMapperExceptionDueToNoObjectTypeName, valueMapperExceptionDueToSerializerNotFoundForTypedValue, valueMapperExceptionDueToSerializerNotFoundForTypedValueField, valueMapperExceptionWhileDeserializingObject, valueMapperExceptionWhileParsingDate, valueMapperExceptionWhileSerializingAbstractValue, valueMapperExceptionWhileSerializingObject
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
EngineClientLogger
public EngineClientLogger()
-
-
Method Details
-
exceptionWhileReceivingResponse
protected EngineClientException exceptionWhileReceivingResponse(org.apache.hc.core5.http.HttpRequest httpRequest, RestException e) -
exceptionWhileEstablishingConnection
protected EngineClientException exceptionWhileEstablishingConnection(org.apache.hc.core5.http.HttpRequest httpRequest, IOException e) -
exceptionWhileClosingResourceStream
-
exceptionWhileParsingJsonObject
protected <T> EngineClientException exceptionWhileParsingJsonObject(Class<T> responseDtoClass, Throwable t) -
exceptionWhileMappingJsonObject
protected <T> EngineClientException exceptionWhileMappingJsonObject(Class<T> responseDtoClass, Throwable t) -
exceptionWhileDeserializingJsonObject
protected <T> EngineClientException exceptionWhileDeserializingJsonObject(Class<T> responseDtoClass, Throwable t) -
exceptionWhileSerializingJsonObject
protected <D extends RequestDto> EngineClientException exceptionWhileSerializingJsonObject(D dto, Throwable t) -
requestInterceptorException
-