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
-
public class EngineClientLogger extends ExternalTaskClientLogger
- 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
-
-
Constructor Summary
Constructors Constructor Description EngineClientLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> void
exceptionWhileClosingResourceStream(T response, IOException e)
protected <T> EngineClientException
exceptionWhileDeserializingJsonObject(Class<T> responseDtoClass, Throwable t)
protected EngineClientException
exceptionWhileEstablishingConnection(org.apache.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.http.HttpRequest httpRequest, RestException e)
protected <D extends RequestDto>
EngineClientExceptionexceptionWhileSerializingJsonObject(D dto, Throwable t)
void
requestInterceptorException(Throwable e)
-
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotSerializeVariable, createMessage, externalTaskHandlerNullException, handledEngineClientException, interceptorNullException, lockDurationIsNotGreaterThanZeroException, logDataFormat, logDataFormatConfigurator, logDataFormatProvider, logDataFormats, logError, logInfo, maxTasksNotGreaterThanZeroException, multipleProvidersForDataformat, passNullValueParameter, topicNameAlreadySubscribedException, topicNameNullException, valueMapperExceptionDueToNoObjectTypeName, valueMapperExceptionDueToSerializerNotFoundForTypedValue, valueMapperExceptionDueToSerializerNotFoundForTypedValueField, valueMapperExceptionWhileDeserializingObject, valueMapperExceptionWhileParsingDate, valueMapperExceptionWhileSerializingAbstractValue, valueMapperExceptionWhileSerializingObject
-
-
-
-
Method Detail
-
exceptionWhileReceivingResponse
protected EngineClientException exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, RestException e)
-
exceptionWhileEstablishingConnection
protected EngineClientException exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, IOException e)
-
exceptionWhileClosingResourceStream
protected <T> void exceptionWhileClosingResourceStream(T response, IOException e)
-
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
public void requestInterceptorException(Throwable e)
-
-