public class EngineClientLogger extends ExternalTaskClientLogger
CLIENT_LOGGER, ENGINE_CLIENT_LOGGER, JSON_FORMAT_LOGGER, PROJECT_CODE, PROJECT_LOGGER, SERIALIZABLE_FORMAT_LOGGER, TOPIC_SUBSCRIPTION_MANAGER_LOGGER, XML_FORMAT_LOGGER
Constructor and Description |
---|
EngineClientLogger() |
Modifier and Type | Method and 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,
org.apache.http.client.HttpResponseException e) |
protected <D extends RequestDto> |
exceptionWhileSerializingJsonObject(D dto,
Throwable t) |
void |
requestInterceptorException(Throwable e) |
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
protected EngineClientException exceptionWhileReceivingResponse(org.apache.http.HttpRequest httpRequest, org.apache.http.client.HttpResponseException e)
protected EngineClientException exceptionWhileEstablishingConnection(org.apache.http.HttpRequest httpRequest, IOException e)
protected <T> void exceptionWhileClosingResourceStream(T response, IOException e)
protected <T> EngineClientException exceptionWhileParsingJsonObject(Class<T> responseDtoClass, Throwable t)
protected <T> EngineClientException exceptionWhileMappingJsonObject(Class<T> responseDtoClass, Throwable t)
protected <T> EngineClientException exceptionWhileDeserializingJsonObject(Class<T> responseDtoClass, Throwable t)
protected <D extends RequestDto> EngineClientException exceptionWhileSerializingJsonObject(D dto, Throwable t)
public void requestInterceptorException(Throwable e)
Copyright © 2022. All rights reserved.