Class DecisionDefinitionNotFoundException
- 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.DecisionDefinitionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class DecisionDefinitionNotFoundException extends DecisionException
This exception is thrown when a specific decision definition is not found.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecisionDefinitionNotFoundException()
DecisionDefinitionNotFoundException(String message)
DecisionDefinitionNotFoundException(String message, Throwable cause)
DecisionDefinitionNotFoundException(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
-
DecisionDefinitionNotFoundException
public DecisionDefinitionNotFoundException()
-
DecisionDefinitionNotFoundException
public DecisionDefinitionNotFoundException(String message, Throwable cause)
-
DecisionDefinitionNotFoundException
public DecisionDefinitionNotFoundException(String message)
-
DecisionDefinitionNotFoundException
public DecisionDefinitionNotFoundException(Throwable cause)
-
-