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:
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(String message)
DmnModelInstanceNotFoundException(String message, Throwable cause)
DmnModelInstanceNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException()
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(String message, Throwable cause)
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(String message)
-
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(Throwable cause)
-
-