Uses of Class
org.operaton.bpm.engine.exception.NotAllowedException
Packages that use NotAllowedException
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 NotAllowedException in org.operaton.bpm.engine
Subclasses of NotAllowedException 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.