|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BonitaException | |
---|---|
org.ow2.bonita.facade.exception | Contains exception classes thrown by Nova Bonita APIs. |
Uses of BonitaException in org.ow2.bonita.facade.exception |
---|
Subclasses of BonitaException in org.ow2.bonita.facade.exception | |
---|---|
class |
ActivityDefNotFoundException
Thrown by methods of the QueryDefinitionAPI when the activity definition is not found. |
class |
ActivityNotFoundException
Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if the runtime information of the recorded activity is not found. |
class |
DataFieldNotFoundException
Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found. |
class |
DeploymentException
Thrown by the ManagementAPI if a failure during the deployment operation occured. |
class |
IllegalTaskStateException
Thrown if a bad state of the task is detected by the methods dedicated to change the state of the task within the RuntimeAPI. |
class |
InstanceNotFoundException
Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found. |
class |
PackageNotFoundException
Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information of the package has not been found. |
class |
ParticipantNotFoundException
Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found. |
class |
ProcessNotFoundException
Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found. |
class |
TaskNotFoundException
Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found. |
class |
UnAuthorizedUserException
Thrown when a user attemps to execute an unauthorized action. |
class |
UndeletableInstanceException
Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be deleted (for instance: case the instance has a parent instance or the instance has not been found). |
class |
UndeletablePackageException
Thrown by deletePackage method of the ManagementAPI if processes within the package have still running instances. |
class |
VariableNotFoundException
This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |