Uses of Class
org.camunda.bpm.client.exception.FetchAndLockException
-
Packages that use FetchAndLockException Package Description org.camunda.bpm.client.topic.impl org.camunda.bpm.client.topic.impl.dto -
-
Uses of FetchAndLockException in org.camunda.bpm.client.topic.impl
Methods in org.camunda.bpm.client.topic.impl that return FetchAndLockException Modifier and Type Method Description protected FetchAndLockException
TopicSubscriptionManagerLogger. fetchAndLockException(java.lang.Exception e)
-
Uses of FetchAndLockException in org.camunda.bpm.client.topic.impl.dto
Fields in org.camunda.bpm.client.topic.impl.dto declared as FetchAndLockException Modifier and Type Field Description protected FetchAndLockException
FetchAndLockResponseDto. error
Methods in org.camunda.bpm.client.topic.impl.dto that return FetchAndLockException Modifier and Type Method Description FetchAndLockException
FetchAndLockResponseDto. getError()
Constructors in org.camunda.bpm.client.topic.impl.dto with parameters of type FetchAndLockException Constructor Description FetchAndLockResponseDto(FetchAndLockException error)
-