Uses of Class
org.operaton.bpm.engine.BadUserRequestException
Packages that use BadUserRequestException
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.-
Uses of BadUserRequestException in org.operaton.bpm.engine
Subclasses of BadUserRequestException in org.operaton.bpm.engineModifier and TypeClassDescriptionclassThis 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.operaton.bpm.engine.exception
Subclasses of BadUserRequestException in org.operaton.bpm.engine.exceptionModifier and TypeClassDescriptionclassThis exception is thrown, if an operation is not allowed to be executed.classThis exception is thrown, if an entity (case execution, case definition) is not found.classThis exception is thrown, if a given value is not valid. -
Uses of BadUserRequestException in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return BadUserRequestExceptionModifier and TypeMethodDescriptionCommandLogger.exceptionCorrelateMessageWithProcessDefinitionAndTenantId()CommandLogger.exceptionCorrelateMessageWithProcessDefinitionId()CommandLogger.exceptionCorrelateMessageWithProcessInstanceAndTenantId()CommandLogger.exceptionCorrelateStartMessageWithCorrelationVariables()CommandLogger.exceptionDeliverSignalToSingleExecutionWithTenantId()CommandLogger.exceptionSettingTransientVariablesAsyncNotSupported(String variableName) CommandLogger.exceptionStartProcessInstanceByIdAndTenantId() -
Uses of BadUserRequestException in org.operaton.bpm.engine.impl.cmmn.operation
Methods in org.operaton.bpm.engine.impl.cmmn.operation that return BadUserRequestExceptionModifier and TypeMethodDescriptionCmmnOperationLogger.exceptionCreateCaseInstanceByIdAndTenantId() -
Uses of BadUserRequestException in org.operaton.bpm.engine.impl.db
Methods in org.operaton.bpm.engine.impl.db that return BadUserRequestExceptionModifier and TypeMethodDescriptionEnginePersistenceLogger.disabledPermissionException(String permission) EnginePersistenceLogger.invalidResourceForAuthorization(int resourceType, String permission) EnginePersistenceLogger.invalidResourceForPermission(String resourceType, String permission) EnginePersistenceLogger.requestedProcessInstanceNotFoundException(String id) EnginePersistenceLogger.uninitializedFormKeyException() -
Uses of BadUserRequestException in org.operaton.bpm.engine.impl.dmn
Methods in org.operaton.bpm.engine.impl.dmn that return BadUserRequestExceptionModifier and TypeMethodDescriptionDecisionLogger.exceptionEvaluateDecisionDefinitionByIdAndTenantId() -
Uses of BadUserRequestException in org.operaton.bpm.engine.impl.migration
Methods in org.operaton.bpm.engine.impl.migration that return BadUserRequestExceptionModifier and TypeMethodDescriptionMigrationLogger.processDefinitionDoesNotExist(String processDefinitionId, String type) -
Uses of BadUserRequestException in org.operaton.bpm.engine.migration
Subclasses of BadUserRequestException in org.operaton.bpm.engine.migrationModifier and TypeClassDescriptionclassThrown if a migration plan is not valid, e.g. because it contains instructions that can in general not be executed.