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