Uses of Class
org.camunda.bpm.client.exception.ExternalTaskClientException
-
-
Uses of ExternalTaskClientException in org.camunda.bpm.client.backoff
Methods in org.camunda.bpm.client.backoff with parameters of type ExternalTaskClientException Modifier and Type Method Description void
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.exception Modifier and Type Class Description class
BadRequestException
Thrown when you perform an illegal operation or the given data is invalid.class
ConnectionLostException
Exception is thrown if the connection could not be establishedclass
DataFormatException
class
EngineException
Thrown if something went wrong during the engine execution (e.g., a persistence exception occurred).class
NotAcquiredException
Deprecated.since this exception has been replaced byBadRequestException
and will be removed in version 7.19.class
NotFoundException
Exception is thrown if the task has been canceled and therefore does not exist anymoreclass
NotResumedException
Deprecated.since this exception has been replaced byEngineException
and will be removed in version 7.19.class
RestException
Thrown when a request from the engine's REST API fails.class
UnknownHttpErrorException
Exception is thrown in case the HTTP status code is not known by the client.class
ValueMapperException
Exception is thrown when a value could not be mapped -
Uses of ExternalTaskClientException in org.camunda.bpm.client.impl
-
Uses of ExternalTaskClientException in org.camunda.bpm.client.spring.exception
Subclasses of ExternalTaskClientException in org.camunda.bpm.client.spring.exception Modifier and Type Class Description class
NotInitializedException
Exception is thrown when subscription has not yet been initializedclass
NotOpenedException
Exception is thrown when subscription has not yet been openedclass
SpringExternalTaskClientException
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 ExternalTaskClientException Modifier and Type Method Description protected 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 ExternalTaskClientException Modifier and Type Field Description protected ExternalTaskClientException
FetchAndLockResponseDto. error
Methods in org.camunda.bpm.client.topic.impl.dto that return ExternalTaskClientException Modifier and Type Method Description ExternalTaskClientException
FetchAndLockResponseDto. getError()
Constructors in org.camunda.bpm.client.topic.impl.dto with parameters of type ExternalTaskClientException Constructor Description FetchAndLockResponseDto(ExternalTaskClientException error)
-