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 voidErrorAwareBackoffStrategy. reconfigure(java.util.List<ExternalTask> externalTasks, ExternalTaskClientException exception)Reconfigures the back off strategy based on the fetched external tasks and any error that might have occurred.voidExponentialErrorBackoffStrategy. reconfigure(java.util.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 classBadRequestExceptionThrown when you perform an illegal operation or the given data is invalid.classConnectionLostExceptionException is thrown if the connection could not be establishedclassDataFormatExceptionclassEngineExceptionThrown if something went wrong during the engine execution (e.g., a persistence exception occurred).classNotFoundExceptionException is thrown if the task has been canceled and therefore does not exist anymoreclassRestExceptionThrown when a request from the engine's REST API fails.classUnknownHttpErrorExceptionException is thrown in case the HTTP status code is not known by the client.classValueMapperExceptionException 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 classNotInitializedExceptionException is thrown when subscription has not yet been initializedclassNotOpenedExceptionException is thrown when subscription has not yet been openedclassSpringExternalTaskClientExceptionSpring 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 voidTopicSubscriptionManagerLogger. exceptionOnExternalTaskServiceMethodInvocation(java.lang.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 ExternalTaskClientExceptionFetchAndLockResponseDto. errorMethods in org.camunda.bpm.client.topic.impl.dto that return ExternalTaskClientException Modifier and Type Method Description ExternalTaskClientExceptionFetchAndLockResponseDto. getError()Constructors in org.camunda.bpm.client.topic.impl.dto with parameters of type ExternalTaskClientException Constructor Description FetchAndLockResponseDto(ExternalTaskClientException error)
-