org.camunda.bpm.engine.exception.dmn
Class DecisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.exception.dmn.DecisionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DecisionDefinitionNotFoundException, DmnModelInstanceNotFoundException
public class DecisionException
- extends ProcessEngineException
This exception is thrown when something happens related to a decision.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DecisionException
public DecisionException()
DecisionException
public DecisionException(String message,
Throwable cause)
DecisionException
public DecisionException(String message)
DecisionException
public DecisionException(Throwable cause)
Copyright © 2016 camunda services GmbH. All rights reserved.