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
-
-
Constructor Summary
Constructors Constructor Description CaseIllegalStateTransitionException()
CaseIllegalStateTransitionException(String message)
CaseIllegalStateTransitionException(String message, Throwable cause)
CaseIllegalStateTransitionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException()
-
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException(String message, Throwable cause)
-
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException(String message)
-
CaseIllegalStateTransitionException
public CaseIllegalStateTransitionException(Throwable cause)
-
-