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 classConnectionLostExceptionException is thrown if the connection could not be establishedclassDataFormatExceptionclassNotAcquiredExceptionException is thrown if if the task's most recent lock could not be acquiredclassNotFoundExceptionException is thrown if the task has been canceled and therefore does not exist anymoreclassNotResumedExceptionException is thrown if the corresponding process instance could not be resumedclassUnknownHttpErrorExceptionException is thrown in cases not related to the process engine operation.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(String topicName, ExternalTaskClientException e) 
 -