Uses of Class
org.ow2.bonita.util.BonitaException

Packages that use BonitaException
org.ow2.bonita.facade.exception Contains exception classes thrown by Nova Bonita APIs. 
org.ow2.bonita.util   
 

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 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 UncancellableInstanceException
          Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be cancelled
(for instance: case the instance has a parent instance or the instance has not been found).
 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 UndeletableProcessException
          Thrown by deleteProcessrocess 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.
 

Uses of BonitaException in org.ow2.bonita.util
 

Subclasses of BonitaException in org.ow2.bonita.util
 class NotImplementedException
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.