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(javax.naming.NamingException e)ProcessEngineExceptionProcessApplicationLogger. ejbPaCannotLookupSelfReference(javax.naming.NamingException e)ProcessEngineExceptionProcessApplicationLogger. exceptionWhileNotifyingPaTaskListener(java.lang.Exception e)ProcessEngineExceptionProcessApplicationLogger. exceptionWhileRegisteringDeploymentsWithJobExecutor(java.lang.Exception e) -
Uses of ProcessEngineException in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionContainerIntegrationLogger. cannotComposeNameFor(java.lang.String serviceName, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. cannotDecodePathName(java.io.UnsupportedEncodingException e)ProcessEngineExceptionContainerIntegrationLogger. cannotFindSetterForProperty(java.lang.String key, java.lang.String canonicalName)ProcessEngineExceptionContainerIntegrationLogger. cannotLoadConfigurationClass(java.lang.String className, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. cannotOpenFileInputStream(java.lang.String absolutePath, java.io.IOException e)ProcessEngineExceptionContainerIntegrationLogger. cannotRegisterService(javax.management.ObjectName serviceName, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. cannotSetValueForProperty(java.lang.String key, java.lang.String canonicalName, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. configurationClassHasWrongType(java.lang.String className, java.lang.Class<?> expectedType, java.lang.ClassCastException e)ProcessEngineExceptionContainerIntegrationLogger. couldNotGetResource(java.lang.String strippedPaResourceRootPath, java.lang.ClassLoader cl, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. couldNotInstantiateJobExecutorClass(java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. couldNotLoadJobExecutorClass(java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhileGettingVirtualFolder(java.net.URL url, java.net.URISyntaxException e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhileInvokingPaLifecycleCallback(java.lang.String methodName, java.lang.String paName, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhileLoadingCpRoots(java.lang.String strippedPaResourceRootPath, java.lang.ClassLoader classLoader, java.io.IOException e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhilePerformingOperationStep(java.lang.String opName, java.lang.String stepName, java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhileReadingProcessesXml(java.lang.String deploymentDescriptor, java.io.IOException e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhileScanning(java.lang.String file, java.io.IOException e)ProcessEngineExceptionContainerIntegrationLogger. exceptionWhileUnregisteringService(java.lang.String canonicalName, java.lang.Throwable t)ProcessEngineExceptionContainerIntegrationLogger. invalidDeploymentDescriptorLocation(java.lang.String bpmPlatformFileLocation, java.net.MalformedURLException e)ProcessEngineExceptionContainerIntegrationLogger. unknownExceptionWhileParsingDeploymentDescriptor(java.lang.Exception e)ProcessEngineExceptionContainerIntegrationLogger. unsuppoertedParameterType(java.lang.reflect.Type parameterType) -
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, java.lang.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
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionBpmnBehaviorLogger. addBccException(java.lang.String bcc, java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. addCcException(java.lang.String cc, java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. addRecipientException(java.lang.String recipient, java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. addSenderException(java.lang.String sender, java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. emailCreationException(java.lang.String format, java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. emailFormatException()ProcessEngineExceptionBpmnBehaviorLogger. expressionNotANumberException(java.lang.String type, java.lang.String expression)ProcessEngineExceptionBpmnBehaviorLogger. expressionNotBooleanException(java.lang.String type, java.lang.String expression)ProcessEngineExceptionBpmnBehaviorLogger. incorrectlyUsedSignalException(java.lang.String className)ProcessEngineExceptionBpmnBehaviorLogger. invalidAmountException(java.lang.String type, int amount)ProcessEngineExceptionBpmnBehaviorLogger. invalidVariableTypeException(java.lang.String variable, java.lang.String type)ProcessEngineExceptionBpmnBehaviorLogger. missingBoundaryCatchEventError(java.lang.String executionId, java.lang.String errorCode)ProcessEngineExceptionBpmnBehaviorLogger. missingBoundaryCatchEventEscalation(java.lang.String executionId, java.lang.String escalationCode)ProcessEngineExceptionBpmnBehaviorLogger. missingConditionalFlowException(java.lang.String activityId)ProcessEngineExceptionBpmnBehaviorLogger. missingDefaultFlowException(java.lang.String activityId, java.lang.String defaultSequenceFlow)ProcessEngineExceptionBpmnBehaviorLogger. missingDelegateParentClassException(java.lang.String className, java.lang.String javaDelegate, java.lang.String activityBehavior)ProcessEngineExceptionBpmnBehaviorLogger. missingDelegateVariableMappingParentClassException(java.lang.String className, java.lang.String delegateVarMapping)ProcessEngineExceptionBpmnBehaviorLogger. missingRecipientsException()ProcessEngineExceptionBpmnBehaviorLogger. resolveCollectionExpressionOrVariableReferenceException()ProcessEngineExceptionBpmnBehaviorLogger. resolveDelegateExpressionException(Expression expression, java.lang.Class<?> parentClass, java.lang.Class<JavaDelegate> javaDelegateClass)ProcessEngineExceptionBpmnBehaviorLogger. sendingEmailException(java.lang.String recipient, java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. shellExecutionException(java.lang.Throwable cause)ProcessEngineExceptionBpmnBehaviorLogger. stuckExecutionException(java.lang.String activityId)ProcessEngineExceptionBpmnBehaviorLogger. unresolvableExpressionException(java.lang.String expression, java.lang.String type)ProcessEngineExceptionBpmnBehaviorLogger. unsupportedConcurrencyException(java.lang.String scopeExecutionId, java.lang.String className)ProcessEngineExceptionBpmnBehaviorLogger. unsupportedSignalException(java.lang.String activityId) -
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(java.lang.String resourceName, java.lang.String eventName)ProcessEngineExceptionBpmnParseLogger. parsingProcessException(java.lang.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(java.lang.String operation, java.lang.Throwable e)ProcessEngineExceptionConfigurationLogger. invalidConfigCannotFindTransactionManger(java.lang.String jndiName, javax.naming.NamingException e)ProcessEngineExceptionConfigurationLogger. invalidConfigDefaultUserPermissionNameForTask(java.lang.String defaultUserPermissionNameForTask, java.lang.String[] validPermissionNames)ProcessEngineExceptionConfigurationLogger. invalidConfigTransactionManagerIsNull()ProcessEngineExceptionConfigurationLogger. invalidPropertyValue(java.lang.String propertyName, java.lang.String propertyValue)ProcessEngineExceptionConfigurationLogger. invalidPropertyValue(java.lang.String propertyName, java.lang.String propertyValue, java.lang.Exception e)ProcessEngineExceptionConfigurationLogger. invalidPropertyValue(java.lang.String propertyName, java.lang.String propertyValue, java.lang.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, java.lang.Exception cause)ProcessEngineExceptionCmmnBehaviorLogger. invokeVariableListenerException(java.lang.Throwable cause)ProcessEngineExceptionCmmnBehaviorLogger. missingDelegateParentClassException(java.lang.String className, java.lang.String parentClass)ProcessEngineExceptionCmmnBehaviorLogger. ruleExpressionNotBooleanException(java.lang.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, java.lang.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(java.lang.String name, java.lang.Throwable cause)ProcessEngineExceptionCmmnTransformerLogger. transformResourceException(java.lang.String name, java.lang.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(java.lang.String variableName)ProcessEngineExceptionCoreLogger. transientVariableException(java.lang.String variableName) -
Uses of ProcessEngineException in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionEnginePersistenceLogger. alreadyMarkedEntityInEntityCacheException(java.lang.String id, java.lang.Class<? extends DbEntity> entityClass, DbEntityState state)ProcessEngineExceptionEnginePersistenceLogger. batchingNotSupported(DbOperation operation)ProcessEngineExceptionEnginePersistenceLogger. cannotChangeTenantIdOfTask(java.lang.String taskId, java.lang.String currentTenantId, java.lang.String tenantIdToSet)ProcessEngineExceptionEnginePersistenceLogger. cannotDeterminePaDataformats(ProcessApplicationUnavailableException e)ProcessEngineExceptionEnginePersistenceLogger. cannotSetDifferentTenantIdOnSubtask(java.lang.String parentTaskId, java.lang.String tenantId, java.lang.String tenantIdToSet)ProcessEngineExceptionEnginePersistenceLogger. castModelInstanceException(ModelElementInstance instance, java.lang.String toElement, java.lang.String type, java.lang.String namespace, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. checkDatabaseTableException(java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. collectResultValueOfUnsupportedTypeException(TypedValue collectResultValue)ProcessEngineExceptionEnginePersistenceLogger. countTableRowsException(java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. databaseHistoryLevelException(java.lang.String level)ProcessEngineExceptionEnginePersistenceLogger. deleteProcessDefinitionWithProcessInstancesException(java.lang.String processDefinitionId, java.lang.Long processInstanceCount)ProcessEngineExceptionEnginePersistenceLogger. disabledHistoricInstancePermissionsException()ProcessEngineExceptionEnginePersistenceLogger. disabledHistoryException()ProcessEngineExceptionEnginePersistenceLogger. engineAuthorizationTypeException(int usedType, int global, int grant, int revoke)ProcessEngineExceptionEnginePersistenceLogger. entityCacheDuplicateEntryException(java.lang.String currentState, java.lang.String id, java.lang.Class<? extends DbEntity> entityClass, DbEntityState foundState)<T extends DbEntity>
ProcessEngineExceptionEnginePersistenceLogger. entityCacheLookupException(java.lang.Class<T> type, java.lang.String id, java.lang.Class<? extends DbEntity> entity, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. executionNotFoundException(java.lang.String id)ProcessEngineExceptionEnginePersistenceLogger. flushDbOperationException(java.util.List<DbOperation> operationsToFlush, DbOperation failedOperation, java.lang.Throwable e)ProcessEngineExceptionEnginePersistenceLogger. flushDbOperationUnexpectedException(java.util.List<DbOperation> operationsToFlush, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. getDatabaseTableNameException(java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. historicDecisionInputInstancesNotFetchedException()ProcessEngineExceptionEnginePersistenceLogger. historicDecisionOutputInstancesNotFetchedException()ProcessEngineExceptionEnginePersistenceLogger. illegalValueForUserIdException(java.lang.String id, java.lang.String expected)ProcessEngineExceptionEnginePersistenceLogger. instantiateSessionException(java.lang.String name, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. invokeSchemaResourceToolException(int length)ProcessEngineExceptionEnginePersistenceLogger. invokeTaskListenerException(java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. loadModelException(java.lang.String type, java.lang.String modelName, java.lang.String id, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. mergeDbEntityException(DbEntity entity)ProcessEngineExceptionEnginePersistenceLogger. missingActivitiTablesException()ProcessEngineExceptionEnginePersistenceLogger. missingRelationMappingException(java.lang.String relation)ProcessEngineExceptionEnginePersistenceLogger. missingSchemaResourceException(java.lang.String resourceName, java.lang.String operation)ProcessEngineExceptionEnginePersistenceLogger. missingSchemaResourceFileException(java.lang.String fileName, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. missingTableException(java.util.List<java.lang.String> components)ProcessEngineExceptionEnginePersistenceLogger. multipleDefinitionsForVersionTagException(java.lang.String decisionDefinitionKey, java.lang.String decisionDefinitionVersionTag)ProcessEngineExceptionEnginePersistenceLogger. multipleTenantsForCamundaFormDefinitionKeyException(java.lang.String camundaFormDefinitionKey)ProcessEngineExceptionEnginePersistenceLogger. multipleTenantsForCaseDefinitionKeyException(java.lang.String caseDefinitionKey)ProcessEngineExceptionEnginePersistenceLogger. multipleTenantsForDecisionDefinitionKeyException(java.lang.String decisionDefinitionKey)ProcessEngineExceptionEnginePersistenceLogger. multipleTenantsForProcessDefinitionKeyException(java.lang.String processDefinitionKey)ProcessEngineExceptionEnginePersistenceLogger. notAllowedIdException(java.lang.String id)ProcessEngineExceptionEnginePersistenceLogger. notUsableGroupIdForGlobalAuthorizationException()ProcessEngineExceptionEnginePersistenceLogger. performDatabaseOperationException(java.lang.String operation, java.lang.String sql, java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. requiredAsyncContinuationException(java.lang.String id)ProcessEngineExceptionEnginePersistenceLogger. resolveParentOfExecutionFailedException(java.lang.String parentId, java.lang.String executionId)ProcessEngineExceptionEnginePersistenceLogger. restoreProcessInstanceException(ExecutionEntity entity)ProcessEngineExceptionEnginePersistenceLogger. retrieveMetadataException(java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. serializerNotDefinedException(java.lang.Object entity)ProcessEngineExceptionEnginePersistenceLogger. serializerOutOfContextException()ProcessEngineExceptionEnginePersistenceLogger. taskIsAlreadyAssignedException(java.lang.String usedId, java.lang.String foundId)ProcessEngineExceptionEnginePersistenceLogger. toManyProcessDefinitionsException(int count, java.lang.String key, java.lang.String versionAttribute, java.lang.String versionValue, java.lang.String tenantId)ProcessEngineExceptionEnginePersistenceLogger. unableToFetchDbSchemaVersion(java.lang.Throwable cause)ProcessEngineExceptionEnginePersistenceLogger. unsupportedResourceTypeException(java.lang.String type)ProcessEngineExceptionEnginePersistenceLogger. wrongBatchResultsSizeException(java.util.List<DbOperation> operationsToFlush) -
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(java.lang.String resolvedHashAlgorithmName, java.util.Collection<java.lang.String> availableHashAlgorithmNames)ProcessEngineExceptionSecurityLogger. hashAlgorithmForPasswordEncryptionAlreadyAvailableException(java.lang.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(java.util.Collection<java.lang.String> outputNames, DmnDecisionResult decisionResult, DecisionResultMapper resultMapper)ProcessEngineExceptionDecisionLogger. decisionResultMappingException(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause)ProcessEngineExceptionDecisionLogger. exceptionNoDrdForResource(java.lang.String resourceName)ProcessEngineExceptionDecisionLogger. exceptionParseDmnResource(java.lang.String resouceName, java.lang.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, java.lang.Object value, ProcessEngineException e)Logs that the priority could not be determined in the given context.protected voidDefaultExternalTaskPriorityProvider. logNotDeterminingPriority(ExecutionEntity execution, java.lang.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(java.lang.String reason)ProcessEngineExceptionJobExecutorLogger. jobNotFoundException(java.lang.String jobId)ProcessEngineExceptionJobExecutorLogger. wrapJobExecutionFailure(JobFailureCollector jobFailureCollector, java.lang.Throwable cause)Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ProcessEngineException Modifier and Type Method Description voidJobExecutorLogger. couldNotDeterminePriority(ExecutionEntity execution, java.lang.Object value, ProcessEngineException e)protected voidDefaultJobPriorityProvider. logNotDeterminingPriority(ExecutionEntity execution, java.lang.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(java.lang.String activityId, java.lang.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. exceptionWhileRetrievingTelemetryDataRegistryNull()ProcessEngineExceptionTelemetryLogger. schedulingTaskFails(java.lang.Exception e)ProcessEngineExceptionTelemetryLogger. unexpectedResponseWhileSendingTelemetryData(int responseCode) -
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(java.lang.Class<T> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.String description)Methods in org.camunda.bpm.engine.impl.util that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionEngineUtilLogger. ambiguousSetterMethod(java.lang.String setterName, java.lang.String name)ProcessEngineExceptionEngineUtilLogger. cannotConvertUrlToUri(java.net.URL url, java.net.URISyntaxException e)ProcessEngineExceptionEngineUtilLogger. exceptionDuringFormParsing(java.lang.String cause, java.lang.String resourceName)ProcessEngineExceptionEngineUtilLogger. exceptionDuringParsing(java.lang.String string, java.lang.String resourceName, java.util.List<Problem> errors, java.util.List<Problem> warnings)ProcessEngineExceptionEngineUtilLogger. exceptionWhileApplyingFieldDeclatation(java.lang.String declName, java.lang.String className, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileGettingFile(java.lang.String filePath, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileInstantiatingClass(java.lang.String className, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileInvokingMethod(java.lang.String methodName, java.lang.Object target, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileParsingCronExpresison(java.lang.String duedateDescription, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileReadingFile(java.lang.String filePath, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileReadingStream(java.lang.String inputStreamName, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileResolvingDuedate(java.lang.String duedate, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileSettingField(java.lang.reflect.Field field, java.lang.Object object, java.lang.Object value, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. exceptionWhileSettingXxeProcessing(java.lang.Throwable cause)ProcessEngineExceptionEngineUtilLogger. exceptionWhileWritingToFile(java.lang.String filePath, java.lang.Exception e)ProcessEngineExceptionEngineUtilLogger. incompatibleTypeForFieldDeclaration(FieldDeclaration declaration, java.lang.Object target, java.lang.reflect.Field field)ProcessEngineExceptionEngineUtilLogger. invalidBitNumber(int bitNumber)ProcessEngineExceptionEngineUtilLogger. malformedUrlException(java.lang.String url, java.lang.Throwable cause)ProcessEngineExceptionEngineUtilLogger. multipleSourcesException(StreamSource source1, StreamSource source2)ProcessEngineExceptionEngineUtilLogger. parsingFailureException(java.lang.String name, java.lang.Throwable cause)ProcessEngineExceptionEngineUtilLogger. unableToAccessField(java.lang.reflect.Field field, java.lang.String name)ProcessEngineExceptionEngineUtilLogger. unableToAccessMethod(java.lang.String methodName, java.lang.String name)static ProcessEngineExceptionExceptionUtil. wrapPersistenceException(java.lang.Exception ex)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(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String... values)static voidEnsureUtil. ensureAtLeastOneNotNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.Object... values)static voidEnsureUtil. ensureEquals(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, long obj1, long obj2)static voidEnsureUtil. ensureGreaterThanOrEqual(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, long value1, long value2)static voidEnsureUtil. ensureInstanceOf(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.lang.Object value, java.lang.Class<?> expectedClass)static voidEnsureUtil. ensureInstanceOf(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.Object value, java.lang.Class<?> expectedClass)static voidEnsureUtil. ensureNotContainsEmptyString(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.util.Collection<java.lang.String> values)static voidEnsureUtil. ensureNotContainsEmptyString(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.util.Collection<java.lang.String> values)static voidEnsureUtil. ensureNotContainsNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.util.Collection<?> values)static voidEnsureUtil. ensureNotContainsNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.util.Collection<?> values)static voidEnsureUtil. ensureNotEmpty(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.lang.String value)static voidEnsureUtil. ensureNotEmpty(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.String value)static voidEnsureUtil. ensureNotEmpty(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.util.Collection collection)static voidEnsureUtil. ensureNotEmpty(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.util.Map map)static voidEnsureUtil. ensureNotEmpty(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.util.Collection collection)static voidEnsureUtil. ensureNotEmpty(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.util.Map map)static voidEnsureUtil. ensureNotNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.lang.Object value)static voidEnsureUtil. ensureNotNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.lang.Object... values)static voidEnsureUtil. ensureNotNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.Object value)static voidEnsureUtil. ensureNotNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.Object... values)static voidEnsureUtil. ensureNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.Object value)static voidEnsureUtil. ensureNumberOfElements(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.util.Collection collection, int elements)static voidEnsureUtil. ensureNumberOfElements(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.util.Collection collection, int elements)static voidEnsureUtil. ensureOnlyOneNotNull(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.Object... values)static voidEnsureUtil. ensurePositive(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String variableName, java.lang.Long value)static voidEnsureUtil. ensurePositive(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String variableName, java.lang.Long value)static voidEnsureUtil. ensureValidIndividualResourceId(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.lang.String id)static voidEnsureUtil. ensureValidIndividualResourceIds(java.lang.Class<? extends ProcessEngineException> exceptionClass, java.lang.String message, java.util.Collection<java.lang.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(java.lang.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(java.lang.String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected InvalidRequestExceptionCaseInstanceResourceImpl. createInvalidRequestException(java.lang.String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected RestExceptionCaseExecutionResourceImpl. createRestException(java.lang.String transition, javax.ws.rs.core.Response.Status status, ProcessEngineException cause)protected RestExceptionCaseInstanceResourceImpl. createRestException(java.lang.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.run.utils
Methods in org.camunda.bpm.run.utils that return ProcessEngineException Modifier and Type Method Description ProcessEngineExceptionCamundaBpmRunLogger. failedProcessEnginePluginInstantiation(java.lang.String pluginClass, java.lang.Exception e)ProcessEngineExceptionCamundaBpmRunLogger. pluginPropertyNotFound(java.lang.String pluginName, java.lang.String propertyName, java.lang.Exception e) -
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(java.lang.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()
-