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
DmnModelInstanceis not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmnModelInstanceNotFoundException()DmnModelInstanceNotFoundException(String message)DmnModelInstanceNotFoundException(String message, Throwable cause)DmnModelInstanceNotFoundException(Throwable cause)
-
Method Summary
-
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)
-
-