org.camunda.bpm.engine.exception.cmmn
Class CaseException

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.cmmn.CaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CaseDefinitionNotFoundException, CaseExecutionNotFoundException, CaseIllegalStateTransitionException, CmmnModelInstanceNotFoundException

public class CaseException
extends ProcessEngineException

This is exception is thrown when something happens in the execution of a case instance.

Author:
Roman Smirnov
See Also:
Serialized Form

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

CaseException

public CaseException()

CaseException

public CaseException(String message,
                     Throwable cause)

CaseException

public CaseException(String message)

CaseException

public CaseException(Throwable cause)


Copyright © 2015 camunda services GmbH. All rights reserved.