Uses of Class
org.camunda.bpm.client.exception.ExternalTaskClientException
-
Packages that use ExternalTaskClientException Package Description org.camunda.bpm.client.exception org.camunda.bpm.client.impl org.camunda.bpm.client.spring.exception org.camunda.bpm.client.topic.impl -
-
Uses of ExternalTaskClientException in org.camunda.bpm.client.exception
Subclasses of ExternalTaskClientException in org.camunda.bpm.client.exception Modifier and Type Class Description class
ConnectionLostException
Exception is thrown if the connection could not be establishedclass
DataFormatException
class
NotAcquiredException
Exception is thrown if if the task's most recent lock could not be acquiredclass
NotFoundException
Exception is thrown if the task has been canceled and therefore does not exist anymoreclass
NotResumedException
Exception is thrown if the corresponding process instance could not be resumedclass
UnknownHttpErrorException
Exception is thrown in cases not related to the process engine operation.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)
-