All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
CaseIllegalStateTransitionException |
alreadyActiveException(String transition,
String id) |
CaseIllegalStateTransitionException |
alreadyClosedCaseException(String transition,
String id) |
CaseIllegalStateTransitionException |
alreadyStateCaseException(String transition,
String id,
String state) |
CaseIllegalStateTransitionException |
alreadySuspendedException(String transition,
String id) |
CaseIllegalStateTransitionException |
alreadyTerminatedException(String transition,
String id) |
CaseIllegalStateTransitionException |
criteriaNotAllowedException(String criteria,
String id,
String additionalMessage) |
CaseIllegalStateTransitionException |
criteriaNotAllowedForCaseInstanceException(String criteria,
String id) |
CaseIllegalStateTransitionException |
criteriaNotAllowedForEventListenerException(String criteria,
String id) |
CaseIllegalStateTransitionException |
criteriaNotAllowedForEventListenerOrMilestonesException(String criteria,
String id) |
ProcessEngineException |
decisionDefinitionEvaluationFailed(CmmnActivityExecution execution,
Exception cause) |
CaseIllegalStateTransitionException |
forbiddenManualCompletitionException(String transition,
String id,
String type) |
CaseIllegalStateTransitionException |
illegalStateTransitionException(String transition,
String id,
String typeName) |
CaseIllegalStateTransitionException |
impossibleTransitionException(String transition,
String id) |
ProcessEngineException |
invokeVariableListenerException(Throwable cause) |
CaseIllegalStateTransitionException |
isAlreadyInStateException(String transition,
String id,
CaseExecutionState state) |
ProcessEngineException |
missingDelegateParentClassException(String className,
String parentClass) |
CaseIllegalStateTransitionException |
notACaseInstanceException(String transition,
String id) |
CaseIllegalStateTransitionException |
remainingChildException(String transition,
String id,
String childId,
CaseExecutionState childState) |
CaseIllegalStateTransitionException |
resumeInactiveCaseException(String transition,
String id) |
ProcessEngineException |
ruleExpressionNotBooleanException(Object result) |
PvmException |
suspendCaseException(String id,
CaseExecutionState currentState) |
PvmException |
terminateCaseException(String id,
CaseExecutionState currentState) |
PvmException |
transitCaseException(String transition,
String id,
CaseExecutionState currentState) |
CaseIllegalStateTransitionException |
unexpectedStateException(String transition,
String id,
CaseExecutionState expectedState,
CaseExecutionState currentState) |
UnsupportedOperationException |
unsupportedTransientOperationException(String className) |
CaseIllegalStateTransitionException |
wrongCaseStateException(String transition,
String id,
String acceptedState,
String currentState) |
CaseIllegalStateTransitionException |
wrongCaseStateException(String transition,
String id,
String altTransition,
String acceptedState,
String currentState) |
CaseIllegalStateTransitionException |
wrongChildStateException(String transition,
String id,
String childId,
String stateList) |