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.ExternalTaskClientLoggerCLIENT_LOGGER, ENGINE_CLIENT_LOGGER, JSON_FORMAT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SERIALIZABLE_FORMAT_LOGGER, TOPIC_SUBSCRIPTION_MANAGER_LOGGER, XML_FORMAT_LOGGER
 
- 
 - 
Constructor SummaryConstructors Constructor Description EngineClientLogger()
 - 
Method SummaryAll 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.ExternalTaskClientLoggerasyncResponseTimeoutNotGreaterThanZeroException, 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- 
exceptionWhileReceivingResponseprotected EngineClientException exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, org.apache.http.client.HttpResponseException e) 
 - 
exceptionWhileEstablishingConnectionprotected EngineClientException exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, java.io.IOException e) 
 - 
exceptionWhileClosingResourceStreamprotected <T> void exceptionWhileClosingResourceStream(T response, java.io.IOException e)
 - 
exceptionWhileParsingJsonObjectprotected <T> EngineClientException exceptionWhileParsingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t) 
 - 
exceptionWhileMappingJsonObjectprotected <T> EngineClientException exceptionWhileMappingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t) 
 - 
exceptionWhileDeserializingJsonObjectprotected <T> EngineClientException exceptionWhileDeserializingJsonObject(java.lang.Class<T> responseDtoClass, java.lang.Throwable t) 
 - 
exceptionWhileSerializingJsonObjectprotected <D extends RequestDto> EngineClientException exceptionWhileSerializingJsonObject(D dto, java.lang.Throwable t) 
 - 
requestInterceptorExceptionpublic void requestInterceptorException(java.lang.Throwable e) 
 
- 
 
-