Uses of Class
org.camunda.bpm.client.exception.ExternalTaskClientException
Packages that use ExternalTaskClientException
Package
Description
-
Uses of ExternalTaskClientException in org.camunda.bpm.client.backoff
Methods in org.camunda.bpm.client.backoff with parameters of type ExternalTaskClientExceptionModifier 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
Subclasses of ExternalTaskClientException in org.camunda.bpm.client.exceptionModifier 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
Methods in org.camunda.bpm.client.impl that return ExternalTaskClientExceptionModifier 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
Subclasses of ExternalTaskClientException in org.camunda.bpm.client.spring.exceptionModifier 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
Methods in org.camunda.bpm.client.topic.impl with parameters of type ExternalTaskClientExceptionModifier and TypeMethodDescriptionprotected void
TopicSubscriptionManagerLogger.exceptionOnExternalTaskServiceMethodInvocation
(String topicName, ExternalTaskClientException e) -
Uses of ExternalTaskClientException in org.camunda.bpm.client.topic.impl.dto
Fields in org.camunda.bpm.client.topic.impl.dto declared as ExternalTaskClientExceptionModifier and TypeFieldDescriptionprotected ExternalTaskClientException
FetchAndLockResponseDto.error
Methods in org.camunda.bpm.client.topic.impl.dto that return ExternalTaskClientExceptionConstructors in org.camunda.bpm.client.topic.impl.dto with parameters of type ExternalTaskClientException