Class CaseExecutionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.exception.cmmn.CaseException
-
- org.camunda.bpm.engine.exception.cmmn.CaseExecutionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CaseExecutionNotFoundException extends CaseException
This is exception is thrown when a specific case execution is not found.
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaseExecutionNotFoundException()
CaseExecutionNotFoundException(java.lang.String message)
CaseExecutionNotFoundException(java.lang.String message, java.lang.Throwable cause)
CaseExecutionNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CaseExecutionNotFoundException
public CaseExecutionNotFoundException()
-
CaseExecutionNotFoundException
public CaseExecutionNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
CaseExecutionNotFoundException
public CaseExecutionNotFoundException(java.lang.String message)
-
CaseExecutionNotFoundException
public CaseExecutionNotFoundException(java.lang.Throwable cause)
-
-