Uses of Package
org.ow2.bonita.facade.exception

Packages that use org.ow2.bonita.facade.exception
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.exception Contains exception classes thrown by Nova Bonita APIs. 
org.ow2.bonita.facade.remote All interfaces in this package are for internal use only. 
 

Classes in org.ow2.bonita.facade.exception used by org.ow2.bonita.facade
ActivityDefNotFoundException
          Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.
ActivityNotFoundException
          Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if the runtime information of the recorded activity is not found.
DataFieldNotFoundException
          Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
DeploymentException
          Thrown by the ManagementAPI if a failure during the deployment operation occured.
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.
InstanceNotFoundException
          Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found.
PackageNotFoundException
          Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information of the package has not been found.
ParticipantNotFoundException
          Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found.
ProcessNotFoundException
          Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found.
TaskNotFoundException
          Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
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).
UndeletablePackageException
          Thrown by deletePackage method of the ManagementAPI if processes within the package have still running instances.
VariableNotFoundException
          This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found.
 

Classes in org.ow2.bonita.facade.exception used by org.ow2.bonita.facade.exception
ActivityDefNotFoundException
          Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.
BonitaInternalException
          Thrown if an internal Bonita error occurred.
DataFieldNotFoundException
          Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
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.
InstanceNotFoundException
          Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found.
PackageNotFoundException
          Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information of the package has not been found.
ParticipantNotFoundException
          Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found.
TaskNotFoundException
          Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
UnAuthorizedUserException
          Thrown when a user attemps to execute an unauthorized action.
VariableNotFoundException
          This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found.
 

Classes in org.ow2.bonita.facade.exception used by org.ow2.bonita.facade.remote
ActivityDefNotFoundException
          Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.
ActivityNotFoundException
          Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if the runtime information of the recorded activity is not found.
DataFieldNotFoundException
          Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
DeploymentException
          Thrown by the ManagementAPI if a failure during the deployment operation occured.
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.
InstanceNotFoundException
          Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found.
PackageNotFoundException
          Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information of the package has not been found.
ParticipantNotFoundException
          Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found.
ProcessNotFoundException
          Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found.
TaskNotFoundException
          Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
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).
UndeletablePackageException
          Thrown by deletePackage method of the ManagementAPI if processes within the package have still running instances.
VariableNotFoundException
          This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.