org.camunda.bpm.engine.exception.dmn
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException()
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(String message,
Throwable cause)
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(String message)
DmnModelInstanceNotFoundException
public DmnModelInstanceNotFoundException(Throwable cause)
Copyright © 2015 camunda services GmbH. All rights reserved.