org.camunda.bpm.engine.exception.dmn
Class DecisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by 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

Constructor Summary
DecisionException()
           
DecisionException(String message)
           
DecisionException(String message, Throwable cause)
           
DecisionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecisionException

public DecisionException()

DecisionException

public DecisionException(String message,
                         Throwable cause)

DecisionException

public DecisionException(String message)

DecisionException

public DecisionException(Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.