org.camunda.bpm.engine.exception.cmmn
Class CaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CaseException
public CaseException()
CaseException
public CaseException(String message,
Throwable cause)
CaseException
public CaseException(String message)
CaseException
public CaseException(Throwable cause)
Copyright © 2017 camunda services GmbH. All rights reserved.