Uses of Class
org.camunda.bpm.engine.ProcessEngineException
-
-
Uses of ProcessEngineException in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionProcessApplicationLogger. ejbPaCannotAutodetectName(NamingException e)ProcessEngineExceptionProcessApplicationLogger. ejbPaCannotLookupSelfReference(NamingException e)ProcessEngineExceptionProcessApplicationLogger. exceptionWhileNotifyingPaTaskListener(Exception e)ProcessEngineExceptionProcessApplicationLogger. exceptionWhileRegisteringDeploymentsWithJobExecutor(Exception e) -
Uses of ProcessEngineException in org.camunda.bpm.container.impl
-
Uses of ProcessEngineException in org.camunda.bpm.engine
Subclasses of ProcessEngineException in org.camunda.bpm.engine Modifier and Type Class Description classAuthenticationExceptionclassAuthorizationExceptionException thrown by the process engine in case a user tries to interact with a resource in an unauthorized way.classBadUserRequestExceptionException resulting from a bad user request.classBpmnParseExceptionException during the parsing of an BPMN model.classClassLoadingExceptionRuntime exception indicating the requested class was not found or an error occurred while loading the class.classCrdbTransactionRetryExceptionException that is thrown when an optimistic locking error occurs in CockroachDB, caused by concurrent access to the same data entries by multiple transactions.classMismatchingMessageCorrelationExceptionclassOptimisticLockingExceptionException that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.classParseExceptionclassScriptCompilationExceptionException resulting from a error during a script compilation.classScriptEngineExceptionBase exception resulting from a script engine interaction.classScriptEvaluationExceptionException resulting from a error during a script evaluation.classSuspendedEntityInteractionExceptionThis exception is thrown, if an operation that requires a non-suspended entity (execution, task, process definition) is executed on a suspended one.classTaskAlreadyClaimedExceptionThis exception is thrown when you try to claim a task that is already claimed by someone else.classWrongDbExceptionException that is thrown when the Activiti engine discovers a mismatch between the database schema version and the engine version. -
Uses of ProcessEngineException in org.camunda.bpm.engine.cdi
Subclasses of ProcessEngineException in org.camunda.bpm.engine.cdi Modifier and Type Class Description classProcessEngineCdiExceptionRepresents an exception in activiti cdi. -
Uses of ProcessEngineException in org.camunda.bpm.engine.delegate
Subclasses of ProcessEngineException in org.camunda.bpm.engine.delegate Modifier and Type Class Description classBpmnErrorSpecial exception that can be used to throw a BPMN Error fromJavaDelegates and expressions. -
Uses of ProcessEngineException in org.camunda.bpm.engine.exception
Subclasses of ProcessEngineException in org.camunda.bpm.engine.exception Modifier and Type Class Description classDeploymentResourceNotFoundExceptionclassNotAllowedExceptionThis exception is thrown, if an operation is not allowed to be executed.classNotFoundExceptionThis exception is thrown, if an entity (case execution, case definition) is not found.classNotValidExceptionThis exception is thrown, if a given value is not valid.classNullValueException -
Uses of ProcessEngineException in org.camunda.bpm.engine.exception.cmmn
Subclasses of ProcessEngineException in org.camunda.bpm.engine.exception.cmmn Modifier and Type Class Description classCaseDefinitionNotFoundExceptionThis is exception is thrown when a specific case definition is not found.classCaseExceptionThis is exception is thrown when something happens in the execution of a case instance.classCaseExecutionNotFoundExceptionThis is exception is thrown when a specific case execution is not found.classCaseIllegalStateTransitionExceptionThis is exception is thrown when a state transition on a case execution is not possible.classCmmnModelInstanceNotFoundExceptionThis is exception is thrown when aCmmnModelInstanceis not found. -
Uses of ProcessEngineException in org.camunda.bpm.engine.exception.dmn
Subclasses of ProcessEngineException in org.camunda.bpm.engine.exception.dmn Modifier and Type Class Description classDecisionDefinitionNotFoundExceptionThis exception is thrown when a specific decision definition is not found.classDecisionExceptionThis exception is thrown when something happens related to a decision.classDmnModelInstanceNotFoundExceptionThis exception is thrown when aDmnModelInstanceis not found. -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type ProcessEngineException Modifier and Type Method Description protected abstract voidDefaultPriorityProvider. logNotDeterminingPriority(ExecutionEntity execution, Object value, ProcessEngineException e)Logs the exception which was thrown if the priority can not be determined. -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.bpmn.behavior
-
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionBpmnParseLogger. messageEventSubscriptionWithSameNameExists(String resourceName, String eventName)ProcessEngineExceptionBpmnParseLogger. parsingProcessException(Exception cause) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionTransactionLogger. exceptionWhileInteractingWithTransaction(String operation, Throwable e)ProcessEngineExceptionConfigurationLogger. invalidConfigCannotFindTransactionManger(String jndiName, NamingException e)ProcessEngineExceptionConfigurationLogger. invalidConfigDefaultUserPermissionNameForTask(String defaultUserPermissionNameForTask, String[] validPermissionNames)ProcessEngineExceptionConfigurationLogger. invalidConfigTransactionManagerIsNull()ProcessEngineExceptionConfigurationLogger. invalidPropertyValue(String propertyName, String propertyValue)ProcessEngineExceptionConfigurationLogger. invalidPropertyValue(String propertyName, String propertyValue, Exception e)ProcessEngineExceptionConfigurationLogger. invalidPropertyValue(String propertyName, String propertyValue, String reason) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.cmd
-
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionCmmnBehaviorLogger. decisionDefinitionEvaluationFailed(CmmnActivityExecution execution, Exception cause)ProcessEngineExceptionCmmnBehaviorLogger. invokeVariableListenerException(Throwable cause)ProcessEngineExceptionCmmnBehaviorLogger. missingDelegateParentClassException(String className, String parentClass)ProcessEngineExceptionCmmnBehaviorLogger. ruleExpressionNotBooleanException(Object result) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.cmmn.operation
Methods in org.camunda.bpm.engine.impl.cmmn.operation that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionCmmnOperationLogger. completingSubCaseErrorException(CmmnExecution execution, Throwable cause) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.cmmn.transformer
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.cmmn.transformer Modifier and Type Class Description classCmmnTransformExceptionException throw for errors during the transformation of a cmmn model.Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionCmmnTransformerLogger. parseProcessException(String name, Throwable cause)ProcessEngineExceptionCmmnTransformerLogger. transformResourceException(String name, Throwable cause) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.core
Methods in org.camunda.bpm.engine.impl.core that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionCoreLogger. duplicateVariableInstanceException(CoreVariableInstance variableInstance)ProcessEngineExceptionCoreLogger. javaSerializationProhibitedException(String variableName)ProcessEngineExceptionCoreLogger. transientVariableException(String variableName) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.db
-
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.digest
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.digest Modifier and Type Class Description classPasswordEncryptionExceptionException thrown during the encryption process.Methods in org.camunda.bpm.engine.impl.digest that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionSecurityLogger. cannotResolveAlgorithmPrefixFromGivenPasswordException(String resolvedHashAlgorithmName, Collection<String> availableHashAlgorithmNames)ProcessEngineExceptionSecurityLogger. hashAlgorithmForPasswordEncryptionAlreadyAvailableException(String hashAlgorithmName) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.dmn
Methods in org.camunda.bpm.engine.impl.dmn that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionDecisionLogger. decisionResultCollectMappingException(Collection<String> outputNames, DmnDecisionResult decisionResult, DecisionResultMapper resultMapper)ProcessEngineExceptionDecisionLogger. decisionResultMappingException(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause)ProcessEngineExceptionDecisionLogger. exceptionNoDrdForResource(String resourceName)ProcessEngineExceptionDecisionLogger. exceptionParseDmnResource(String resouceName, Exception cause) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.externaltask
Methods in org.camunda.bpm.engine.impl.externaltask with parameters of type ProcessEngineException Modifier and Type Method Description voidExternalTaskLogger. couldNotDeterminePriority(ExecutionEntity execution, Object value, ProcessEngineException e)Logs that the priority could not be determined in the given context.protected voidDefaultExternalTaskPriorityProvider. logNotDeterminingPriority(ExecutionEntity execution, Object value, ProcessEngineException e) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.form
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.form Modifier and Type Class Description classFormException -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.form.validator
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.form.validator Modifier and Type Class Description classFormFieldConfigurationExceptionclassFormFieldValidationExceptionRuntime exception for use within a FormFieldValidator.classFormFieldValidatorExceptionRuntime exception for validation of form fields. -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.identity
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.identity Modifier and Type Class Description classIdentityProviderExceptionMarks an exception triggered inside an identity provider implementation -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.javax.el
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.javax.el Modifier and Type Class Description classELExceptionRepresents any of the exception conditions that can arise during expression evaluation.classMethodNotFoundExceptionThrown when a method could not be found while evaluating aMethodExpression.classPropertyNotFoundExceptionThrown when a property could not be found while evaluating aValueExpressionorMethodExpression.classPropertyNotWritableExceptionThrown when a property could not be written to while setting the value on aValueExpression. -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionJobExecutorLogger. jobExecutorPriorityRangeException(String reason)ProcessEngineExceptionJobExecutorLogger. jobNotFoundException(String jobId)ProcessEngineExceptionJobExecutorLogger. wrapJobExecutionFailure(JobFailureCollector jobFailureCollector, Throwable cause)Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ProcessEngineException Modifier and Type Method Description voidJobExecutorLogger. couldNotDeterminePriority(ExecutionEntity execution, Object value, ProcessEngineException e)protected voidDefaultJobPriorityProvider. logNotDeterminingPriority(ExecutionEntity execution, Object value, ProcessEngineException e) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.juel
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.juel Modifier and Type Class Description classTreeBuilderExceptionException type thrown in build phase (scan/parse). -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.migration
-
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.pvm
Subclasses of ProcessEngineException in org.camunda.bpm.engine.impl.pvm Modifier and Type Class Description classPvmExceptionMethods in org.camunda.bpm.engine.impl.pvm that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionPvmLogger. scopeNotFoundException(String activityId, String executionId) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.telemetry
Methods in org.camunda.bpm.engine.impl.telemetry that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionTelemetryLogger. schedulingTaskFails(Exception e)ProcessEngineExceptionTelemetryLogger. unexpectedResponseWhileSendingTelemetryData(int responseCode, boolean isInitialMessage) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with type parameters of type ProcessEngineException Modifier and Type Method Description protected static <T extends ProcessEngineException>
TEnsureUtil. generateException(Class<T> exceptionClass, String message, String variableName, String description)Methods in org.camunda.bpm.engine.impl.util with parameters of type ProcessEngineException Modifier and Type Method Description static booleanExceptionUtil. checkConstraintViolationException(ProcessEngineException exception)static booleanExceptionUtil. checkValueTooLongException(ProcessEngineException exception)Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type ProcessEngineException Modifier and Type Method Description static voidEnsureUtil. ensureAtLeastOneNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String message, String... values)static voidEnsureUtil. ensureAtLeastOneNotNull(Class<? extends ProcessEngineException> exceptionClass, String message, Object... values)static voidEnsureUtil. ensureEquals(Class<? extends ProcessEngineException> exceptionClass, String variableName, long obj1, long obj2)static voidEnsureUtil. ensureGreaterThanOrEqual(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, long value1, long value2)static voidEnsureUtil. ensureInstanceOf(Class<? extends ProcessEngineException> exceptionClass, String variableName, Object value, Class<?> expectedClass)static voidEnsureUtil. ensureInstanceOf(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Object value, Class<?> expectedClass)static voidEnsureUtil. ensureNotContainsEmptyString(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Collection<String> values)static voidEnsureUtil. ensureNotContainsEmptyString(Class<? extends ProcessEngineException> exceptionClass, String variableName, Collection<String> values)static voidEnsureUtil. ensureNotContainsNull(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Collection<?> values)static voidEnsureUtil. ensureNotContainsNull(Class<? extends ProcessEngineException> exceptionClass, String variableName, Collection<?> values)static voidEnsureUtil. ensureNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String variableName, String value)static voidEnsureUtil. ensureNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, String value)static voidEnsureUtil. ensureNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Collection collection)static voidEnsureUtil. ensureNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Map map)static voidEnsureUtil. ensureNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String variableName, Collection collection)static voidEnsureUtil. ensureNotEmpty(Class<? extends ProcessEngineException> exceptionClass, String variableName, Map map)static voidEnsureUtil. ensureNotNull(Class<? extends ProcessEngineException> exceptionClass, String variableName, Object value)static voidEnsureUtil. ensureNotNull(Class<? extends ProcessEngineException> exceptionClass, String variableName, Object... values)static voidEnsureUtil. ensureNotNull(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Object value)static voidEnsureUtil. ensureNotNull(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Object... values)static voidEnsureUtil. ensureNull(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Object value)static voidEnsureUtil. ensureNumberOfElements(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Collection collection, int elements)static voidEnsureUtil. ensureNumberOfElements(Class<? extends ProcessEngineException> exceptionClass, String variableName, Collection collection, int elements)static voidEnsureUtil. ensureOnlyOneNotNull(Class<? extends ProcessEngineException> exceptionClass, String message, Object... values)static voidEnsureUtil. ensurePositive(Class<? extends ProcessEngineException> exceptionClass, String variableName, Long value)static voidEnsureUtil. ensurePositive(Class<? extends ProcessEngineException> exceptionClass, String message, String variableName, Long value)static voidEnsureUtil. ensureValidIndividualResourceId(Class<? extends ProcessEngineException> exceptionClass, String message, String id)static voidEnsureUtil. ensureValidIndividualResourceIds(Class<? extends ProcessEngineException> exceptionClass, String message, Collection<String> ids) -
Uses of ProcessEngineException in org.camunda.bpm.engine.migration
Subclasses of ProcessEngineException in org.camunda.bpm.engine.migration Modifier and Type Class Description classMigratingProcessInstanceValidationExceptionThrown if at least one migration instruction cannot be applied to the activity instance it matches.classMigrationPlanValidationExceptionThrown if a migration plan is not valid, e.g. -
Uses of ProcessEngineException in org.camunda.bpm.engine.rest.exception
Methods in org.camunda.bpm.engine.rest.exception with parameters of type ProcessEngineException Modifier and Type Method Description javax.ws.rs.core.Response.StatusExceptionHandlerHelper. getStatus(ProcessEngineException exception)javax.ws.rs.core.ResponseProcessEngineExceptionHandler. toResponse(ProcessEngineException exception) -
Uses of ProcessEngineException in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl with parameters of type ProcessEngineException Modifier and Type Method Description protected InvalidRequestExceptionDeploymentResourceImpl. createInvalidRequestException(String action, javax.ws.rs.core.Response.Status status, ProcessEngineException cause) -
Uses of ProcessEngineException in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type ProcessEngineException Modifier and Type Method Description protected InvalidRequestExceptionCaseExecutionResourceImpl. createInvalidRequestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected InvalidRequestExceptionCaseInstanceResourceImpl. createInvalidRequestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected RestExceptionCaseExecutionResourceImpl. createRestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected RestExceptionCaseInstanceResourceImpl. createRestException(String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause) -
Uses of ProcessEngineException in org.camunda.bpm.identity.impl.ldap
Subclasses of ProcessEngineException in org.camunda.bpm.identity.impl.ldap Modifier and Type Class Description classLdapAuthenticationException -
Uses of ProcessEngineException in org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl
Methods in org.camunda.bpm.webapp.impl.security.filter.headersec.provider.impl that return ProcessEngineException Modifier and Type Method Description protected ProcessEngineExceptionStrictTransportSecurityProvider. exceptionParametersCannotBeSet(String className) -
Uses of ProcessEngineException in org.camunda.spin.plugin.impl
Methods in org.camunda.spin.plugin.impl that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionSpinPluginLogger. fallbackSerializerCannotDeserializeObjects()
-