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

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
                      extended by 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
DecisionDefinitionNotFoundException()
           
DecisionDefinitionNotFoundException(String message)
           
DecisionDefinitionNotFoundException(String message, Throwable cause)
           
DecisionDefinitionNotFoundException(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

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.