Package org.camunda.bpm.client.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.client.exception.ExternalTaskClientException
org.camunda.bpm.client.exception.RestException
org.camunda.bpm.client.exception.NotFoundException
- All Implemented Interfaces:
Serializable
Exception is thrown if the task has been canceled and therefore does not exist anymore
- Author:
- Tassilo Weidner
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.client.exception.RestException
code, httpStatusCode, type
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.client.exception.RestException
getCode, getHttpStatusCode, getType, setCode, setHttpStatusCode, setType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
-