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.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotFoundException extends ExternalTaskClientException
Exception is thrown if the task has been canceled and therefore does not exist anymore
- Author:
- Tassilo Weidner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(java.lang.String message)
-