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 DmnModelInstanceis not found.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DmnModelInstanceNotFoundException()DmnModelInstanceNotFoundException(java.lang.String message)DmnModelInstanceNotFoundException(java.lang.String message, java.lang.Throwable cause)DmnModelInstanceNotFoundException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
DmnModelInstanceNotFoundExceptionpublic DmnModelInstanceNotFoundException() 
 - 
DmnModelInstanceNotFoundExceptionpublic DmnModelInstanceNotFoundException(java.lang.String message, java.lang.Throwable cause)
 - 
DmnModelInstanceNotFoundExceptionpublic DmnModelInstanceNotFoundException(java.lang.String message) 
 - 
DmnModelInstanceNotFoundExceptionpublic DmnModelInstanceNotFoundException(java.lang.Throwable cause) 
 
- 
 
-