org.camunda.bpm.engine.exception.cmmn
Class CaseIllegalStateTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.exception.cmmn.CaseException
org.camunda.bpm.engine.exception.cmmn.CaseIllegalStateTransitionException
- All Implemented Interfaces:
- Serializable
public class CaseIllegalStateTransitionException
- extends CaseException
This is exception is thrown when a state transition on a case execution
is not possible. For example: an 'enabled' case execution cannot be completed.
- 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 |
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException()
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException(String message,
Throwable cause)
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException(String message)
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException(Throwable cause)
Copyright © 2016 camunda services GmbH. All rights reserved.