Uses of Class
org.camunda.bpm.client.exception.ExternalTaskClientException
Package
Description
-
Uses of ExternalTaskClientException in org.camunda.bpm.client.backoff
Modifier and TypeMethodDescriptionvoid
ErrorAwareBackoffStrategy.reconfigure
(List<ExternalTask> externalTasks, ExternalTaskClientException exception) Reconfigures the back off strategy based on the fetched external tasks and any error that might have occurred.void
ExponentialErrorBackoffStrategy.reconfigure
(List<ExternalTask> externalTasks, ExternalTaskClientException error) -
Uses of ExternalTaskClientException in org.camunda.bpm.client.exception
Modifier and TypeClassDescriptionclass
Thrown when you perform an illegal operation or the given data is invalid.class
Exception is thrown if the connection could not be establishedclass
class
Thrown if something went wrong during the engine execution (e.g., a persistence exception occurred).class
Exception is thrown if the task has been canceled and therefore does not exist anymoreclass
Thrown when a request from the engine's REST API fails.class
Exception is thrown in case the HTTP status code is not known by the client.class
Exception is thrown when a value could not be mapped -
Uses of ExternalTaskClientException in org.camunda.bpm.client.impl
Modifier and TypeMethodDescriptionExternalTaskClientLogger.asyncResponseTimeoutNotGreaterThanZeroException
(Long asyncResponseTimeout) protected ExternalTaskClientException
ExternalTaskClientLogger.baseUrlNullException()
ExternalTaskClientLogger.basicAuthCredentialsNullException()
protected ExternalTaskClientException
ExternalTaskClientLogger.cannotGetHostnameException
(Throwable cause) ExternalTaskClientLogger.doubleDirectionConfigException()
ExternalTaskClientLogger.externalTaskHandlerNullException()
ExternalTaskClientLogger.handledEngineClientException
(String actionName, EngineClientException e) protected ExternalTaskClientException
ExternalTaskClientLogger.interceptorNullException()
ExternalTaskClientLogger.lockDurationIsNotGreaterThanZeroException
(Long lockDuration) ExternalTaskClientLogger.maxTasksNotGreaterThanZeroException
(Integer maxTasks) ExternalTaskClientLogger.missingDirectionException()
ExternalTaskClientLogger.multipleProvidersForDataformat
(String dataFormatName) ExternalTaskClientLogger.passNullValueParameter
(String parameterName) ExternalTaskClientLogger.topicNameAlreadySubscribedException
(String topicName) ExternalTaskClientLogger.topicNameNullException()
ExternalTaskClientLogger.unspecifiedOrderByMethodException()
-
Uses of ExternalTaskClientException in org.camunda.bpm.client.spring.exception
Modifier and TypeClassDescriptionclass
Exception is thrown when subscription has not yet been initializedclass
Exception is thrown when subscription has not yet been openedclass
Spring External Task Client Exception -
Uses of ExternalTaskClientException in org.camunda.bpm.client.topic.impl
Modifier and TypeMethodDescriptionprotected void
TopicSubscriptionManagerLogger.exceptionOnExternalTaskServiceMethodInvocation
(String topicName, ExternalTaskClientException e) -
Uses of ExternalTaskClientException in org.camunda.bpm.client.topic.impl.dto
Modifier and TypeFieldDescriptionprotected ExternalTaskClientException
FetchAndLockResponseDto.error