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

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.DmnModelInstanceNotFoundException
All Implemented Interfaces:
Serializable

public class DmnModelInstanceNotFoundException
extends DecisionException

This exception is thrown when a DmnModelInstance is not found.

See Also:
Serialized Form

Constructor Summary
DmnModelInstanceNotFoundException()
           
DmnModelInstanceNotFoundException(String message)
           
DmnModelInstanceNotFoundException(String message, Throwable cause)
           
DmnModelInstanceNotFoundException(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

DmnModelInstanceNotFoundException

public DmnModelInstanceNotFoundException()

DmnModelInstanceNotFoundException

public DmnModelInstanceNotFoundException(String message,
                                         Throwable cause)

DmnModelInstanceNotFoundException

public DmnModelInstanceNotFoundException(String message)

DmnModelInstanceNotFoundException

public DmnModelInstanceNotFoundException(Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.