Class DmnModelInstanceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.exception.dmn.DecisionException
-
- org.camunda.bpm.engine.exception.dmn.DmnModelInstanceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class DmnModelInstanceNotFoundException extends DecisionException
This exception is thrown when a
DmnModelInstance
is not found.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description DmnModelInstanceNotFoundException()
DmnModelInstanceNotFoundException(java.lang.String message)
DmnModelInstanceNotFoundException(java.lang.String message, java.lang.Throwable cause)
DmnModelInstanceNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
-
-
-
-
Constructor Detail
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException()
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(java.lang.String message)
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(java.lang.Throwable cause)
-
-