Class SerializableLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.client.impl.ExternalTaskClientLogger
-
- org.camunda.bpm.client.variable.impl.format.serializable.SerializableLogger
-
public class SerializableLogger extends ExternalTaskClientLogger
-
-
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 SerializableLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFormatException
classNotFound(java.lang.ClassNotFoundException cause)
DataFormatException
unableToReadValue(java.lang.String value, java.lang.Exception e)
DataFormatException
unableToWriteValue(java.lang.Object input, java.lang.Exception cause)
-
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
-
unableToReadValue
public DataFormatException unableToReadValue(java.lang.String value, java.lang.Exception e)
-
unableToWriteValue
public DataFormatException unableToWriteValue(java.lang.Object input, java.lang.Exception cause)
-
classNotFound
public DataFormatException classNotFound(java.lang.ClassNotFoundException cause)
-
-