Uses of Class
org.camunda.bpm.engine.BadUserRequestException
- 
Packages that use BadUserRequestException Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
 Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
 Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
 RepositoryService: ManagesDeployments
 RuntimeService: For starting and searchingProcessInstances
 TaskService: Exposes operations to manage human (standalone)Tasks, such as claiming, completing and assigning tasks
 IdentityService: Used for managingUsers,Groups and the relations between them
 ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
 HistoryService: Exposes information about ongoing and past process instances.
 FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.exception org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.cmmn.operation org.camunda.bpm.engine.impl.db org.camunda.bpm.engine.impl.dmn org.camunda.bpm.engine.impl.migration org.camunda.bpm.engine.migration 
- 
- 
Uses of BadUserRequestException in org.camunda.bpm.engineSubclasses of BadUserRequestException in org.camunda.bpm.engine Modifier and Type Class Description classSuspendedEntityInteractionExceptionThis exception is thrown, if an operation that requires a non-suspended entity (execution, task, process definition) is executed on a suspended one.
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.exceptionSubclasses of BadUserRequestException in org.camunda.bpm.engine.exception Modifier and Type Class Description classNotAllowedExceptionThis 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.
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.impl.cmd
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.impl.cmmn.operationMethods in org.camunda.bpm.engine.impl.cmmn.operation that return BadUserRequestException Modifier and Type Method Description BadUserRequestExceptionCmmnOperationLogger. exceptionCreateCaseInstanceByIdAndTenantId()
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.impl.dbMethods in org.camunda.bpm.engine.impl.db that return BadUserRequestException Modifier and Type Method Description BadUserRequestExceptionEnginePersistenceLogger. disabledPermissionException(java.lang.String permission)BadUserRequestExceptionEnginePersistenceLogger. invalidResourceForAuthorization(int resourceType, java.lang.String permission)BadUserRequestExceptionEnginePersistenceLogger. invalidResourceForPermission(java.lang.String resourceType, java.lang.String permission)BadUserRequestExceptionEnginePersistenceLogger. requestedProcessInstanceNotFoundException(java.lang.String id)BadUserRequestExceptionEnginePersistenceLogger. uninitializedFormKeyException()
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.impl.dmnMethods in org.camunda.bpm.engine.impl.dmn that return BadUserRequestException Modifier and Type Method Description BadUserRequestExceptionDecisionLogger. exceptionEvaluateDecisionDefinitionByIdAndTenantId()
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.impl.migrationMethods in org.camunda.bpm.engine.impl.migration that return BadUserRequestException Modifier and Type Method Description BadUserRequestExceptionMigrationLogger. processDefinitionDoesNotExist(java.lang.String processDefinitionId, java.lang.String type)
- 
Uses of BadUserRequestException in org.camunda.bpm.engine.migrationSubclasses of BadUserRequestException in org.camunda.bpm.engine.migration Modifier and Type Class Description classMigrationPlanValidationExceptionThrown if a migration plan is not valid, e.g.
 
-