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> voidexceptionWhileClosingResourceStream(T response, java.io.IOException e)protected <T> EngineClientExceptionexceptionWhileDeserializingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)protected EngineClientExceptionexceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, java.io.IOException e)protected <T> EngineClientExceptionexceptionWhileMappingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)protected <T> EngineClientExceptionexceptionWhileParsingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)protected EngineClientExceptionexceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, org.apache.http.client.HttpResponseException e)protected <D extends RequestDto>
EngineClientExceptionexceptionWhileSerializingJsonObject(D dto, java.lang.Throwable t)voidrequestInterceptorException(java.lang.Throwable e)- 
Methods inherited from class org.camunda.bpm.client.impl.ExternalTaskClientLogger
asyncResponseTimeoutNotGreaterThanZeroException, baseUrlNullException, basicAuthCredentialsNullException, cannotGetHostnameException, cannotLoadDeferedFileValueException, cannotSerializeVariable, externalTaskHandlerNullException, externalTaskServiceException, 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, org.apache.http.client.HttpResponseException e)
 
- 
exceptionWhileEstablishingConnection
protected EngineClientException exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, java.io.IOException e)
 
- 
exceptionWhileClosingResourceStream
protected <T> void exceptionWhileClosingResourceStream(T response, java.io.IOException e) 
- 
exceptionWhileParsingJsonObject
protected <T> EngineClientException exceptionWhileParsingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)
 
- 
exceptionWhileMappingJsonObject
protected <T> EngineClientException exceptionWhileMappingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)
 
- 
exceptionWhileDeserializingJsonObject
protected <T> EngineClientException exceptionWhileDeserializingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t)
 
- 
exceptionWhileSerializingJsonObject
protected <D extends RequestDto> EngineClientException exceptionWhileSerializingJsonObject(D dto, java.lang.Throwable t)
 
- 
requestInterceptorException
public void requestInterceptorException(java.lang.Throwable e)
 
 - 
 
 -