|
ALBPM Process API | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Exception Summary | |
---|---|
AbsentParticipantException | An AbsentParticipantException is thrown as a result of an
attempt to access an absent participant. |
AbsentParticipantWithoutReplacementException | An AbsentParticipantWithoutReplacementException is thrown as a result of an
attempt to route an instance/s to a given participant who is absent and has no replacement assigned. |
ActivityFailedException | A ActivityFailedException is thrown when the activity to create an instance failed. |
ActivityNotFoundException | A ActivityNotFoundException is thrown as a result of an
attempt to access an inexistent activity. |
ActivityTimeoutException | An ActivityTimeoutException is thrown when the time to execute an activity
expired before its execution finished. |
ActivityUserDisconnectedException | |
ActivityUserTimeoutException | |
ApplicationsNotAvailableException | Class ApplicationsNotAvailableException This exception is thrown when not all the applications (activities) requested are available, this could happen when not all the processes are available. |
ApplicationsNotAvailableInProcessException | A ApplicationsNotAvailableInProcessException is thrown as result of an
attempt to access a application of a process. |
AttachmentEditionNotPossibleException | A AttachmentEditionNotPossibleException is thrown as a result of an
attempt to edit an attachment that has been locked or it is not the last version. |
AttachmentExternalStorageAuthenticationException | |
AttachmentFileNotFoundException | |
AttachmentHandlerNotAvailableException | |
AttachmentLockedException | This exception is thrown when you want to get an attachment but the attachment is locked by another user. |
AttachmentNotFoundException | A AttachmentNotFoundException is thrown as a result of an
attempt to access an inexistent attachment. |
AttachmentNotLockedException | This exception is thrown when you want to release an attachment lock but there is no lock on the attachment. |
AttachmentsNotAvailableException | Class AttachmentsNotAvailableException This exception is thrown when not all the attachments requested are available, this could happen when not all the processes are available (may be some engine could be down, and can't provide the data). |
AttachmentsNotAvailableInProcessException | A AttachmentsNotAvailableInProcessException is thrown as result an
attempt to access to the attachments of the a process and the process of it is not available. |
AuthenticationException | |
BusinessParameterNotFoundException | An BusinessParameterNotFoundException is thrown as a result of an
attempt get a Business Parameter with an invalid value as a Business Parameter Name. |
CannotCreateInstanceException | Exception thrown if was not possible to create a new instance because the
the process instance count is equal to process instance limit or the
instance failed in the creation. With IPC/B2B this exception can be thrown because the child instance was not created. |
CannotGetWorkingAttachmentsException | A CannotGetWorkingAttachmentsException is thrown when something wrong happen when
getting working attachments. |
CannotLockInstanceException | A CannotLockInstanceException is thrown as a result of an
attempt to lock an instance. |
CannotObtainAttachmentContentException | This exception was thrown when the engine can not obtain the content of the attachment. |
CannotRemoveViewException | |
CannotRetrieveInstanceAttachmentsException | A CannotRetrieveInstanceAttachmentsException is thrown when something wrong
with getInstanceAttachments. |
CannotSendNotificationException | Created by IntelliJ IDEA. |
CannotStoreNotificationException | A CannotStoreNotificationException is thrown when an attempt
to notify a process fails |
CheckInAttachmentException | A CheckInAttachmentException is thrown as result an
attempt to make a check-in of an attachment. |
CheckOutAttachmentException | A CheckOutAttachmentException is thrown as result an
attempt to make a check-out of an attachment. |
CorrelationAlreadyExistsException | |
DeprecatedViewException | |
DirectoryServiceNotAvailableException | Exception thrown by all those methods who communicates with the Directory Service . |
EditAttachmentException | A EditAttachmentException is thrown when something wrong happen when editing an attachment. |
ExternalTaskException | An ExternalTaskException is thrown when an external task is called using
runTask() or runActivity() . |
FilterBatchOperationException | |
IllegalInstanceStateException | |
IncompleteJobsException | |
InstanceAbortedException | A InstanceNotInActivityException is thrown while waiting
for an instance, and that instance is aborted. |
InstanceAlreadySelectedException | A InstanceAlreadySelectedException is thrown when the instance has already
been selected by other participant. |
InstanceAlreadySuspendedException | An InstanceAlreadySuspendedException is thrown when the instance has already
been suspended by other participant. |
InstanceAlreadyTerminatedException | An InstanceAlreadyTerminatedException is thrown when the instance has already
been terminated. |
InstanceAutomaticallySentException | Deprecated. this exception is not longer thrown, right way to know if the instance was automatically send by release or by autocomplete is to check in fuego.papi.ProcessServicesSession.runActivity(..), the result to know if the instance was routed. |
InstanceConcurrentExecutionException | An InstanceConcurrentExecutionException is thrown as result of
reach the limit of executing instances. |
InstanceNotAvailableException | |
InstanceNotCompletedException | An InstanceNotCompletedException is thrown as a result of an
attempt to send the process instance before completeing the activity. |
InstanceNotFoundByCorrelationException | |
InstanceNotFoundException | A InstanceNotFoundException is thrown as a result of an
attempt to access an inexistent instance. |
InstanceNotGrabbedException | An InstanceNotGrabbedException is thrown as a result of an
attempt to grab an instance that cannot be grabbed. |
InstanceNotInActivityException | A InstanceNotInActivityException is thrown as a result of an
attempt to access an instance in some activity and it doesn't find in this activity. |
InstanceNotInGroupException | |
InstanceNotRunningException | A InstanceNotRunningException is thrown as a result of an
attempt to access an instance but it is not running. |
InstanceNotSuspendedException | An InstanceNotSuspendedException is thrown as a result of an
attempt to suspend the instance but it has already suspended. |
InstanceOperationException | A InstanceOperationException is thrown as a result of an
attempt to opetation on a instance and happend unexpected situation. |
InstanceSelectDisableException | A InstanceSelectDisableException is thrown as a result of an
attempt to select an instance and it has instance select disable. |
InstanceSelectedByOtherException | |
InstanceSentByAbortActionException | This exception is thrown when the instance was aborted with an action = ABORT. |
InstanceSentByBackOrSkipActionException | This exception is thrown when the instance was backed to the previous activity with an action = BACK. |
InstanceSentByParametricRoleException | |
InstanceSentByThrowException | This exception is thrown when the instance sent to catcher of the exception because the user defined a 'throw exception' in the CIL. |
InstanceSentException | InstanceSentException Main class, please watch the extended classes. |
InstancesException | Exception thrown when performing a batch operation and some of the instances (or instance items) could not complete the operation. |
InstancesNotAvailableInEngineException | A InstancesNotAvailableInEngineException is thrown as a result of a failed
attempt to retrieve instances from a particular Engine. |
InstanceSuspendedException | |
InstanceTimeoutException | Thi execption is thrown while waiting for an instance to finish and the maximum time to wait for it has elapsed. |
InvalidActivityException | |
InvalidActivityToGrabException | |
InvalidActivityTypeException | |
InvalidArgumentException | |
InvalidArgumentSetNameException | |
InvalidArgumentType | |
InvalidAttachmentArgumentLengthException | This exception is thrown when any argument of the attachment exceeds the limit of the argument length. |
InvalidNoteIdException | |
InvalidNotificationTargetException | |
InvalidProcessDeadlineValueException | This exception is thrown when trying to route the instance (automatic or manual) with the processDeadline instance variable not fixed. |
InvalidProcessIdException | |
InvalidTaskNumberException | |
InvalidVariableIdException | |
InvalidViewIdValueRuntimeException | |
InvalidViewTypeException | |
MalformedURLException | |
MarshallingException | This exception may be thrown while attempting to execute a runsOnServer method of a Fuego Object. |
MaxAllowedParticipantConnectedException | |
MaxSizeParticipantsExceededException | |
NoInstanceParameterValueException | A NoInstanceParameterValueException is thrown when the instance
not contain the parameter value for a parametric role. |
NonReadOnlyTaskException | Created by IntelliJ IDEA. |
NoParametricRoleException | A NoParametricRoleException is thrown when the
parameter for a parametric role is not valid. |
NoParticipantMatchesRole | Created by IntelliJ IDEA. |
NoPermissionException | A NoPermissionException is thrown when the
participant has not permission to abort." |
NoRoleException | A NoRoleException is thrown when the
participant has not determined role. |
NoSuchArgumentException | |
NoTasksRunningException | |
NotExternalTaskException | A NotExternalTaskException is thrown when a regular task is called using
prepareExternalTask() or commitExternalTask() . |
NotUniqueParticipantException | A NotUniqueParticipantException is thrown as a result of an
attempt to create an existent participant. |
NotUniqueTransitionException | A NotUniqueTransitionException is thrown
when trying to route an instance from one activity that have more than one valid outgoing transition. |
NoValidTransitionAvailableException | A NoValidTransitionAvailableException is thrown as a result of an
attempt to send an instance but there are no valid transitions available. |
ParticipantAlreadyConnectedException | A ParticipantAlreadyConnectedException is thrown when the participant has already
connected. |
ParticipantHasNotRoleInProcessException | |
ParticipantNotFoundException | A ParticipantNotFoundException is thrown as a result of an
attempt to access an inexistent participant. |
ParticipantNotInRoleException | A ParticipantNotInRoleException is thrown
when a participant not pertain to a role. |
ParticipantNotInTargetRoleException | A ParticipantNotInTargetRoleException is thrown when a
participant is not in a target role. |
PresentationNotFoundException | |
PrivilegedOperationException | A PrivilegedOperationException is thrown when the
participant has not enough permissions for a privileged action,
such as authenticating to FDI or shutting down the engine. |
ProcessControlLockedException | |
ProcessControlNotAvailableException | A ProcessControlNotAvailableException is thrown as a result of an
attempt to access to the process control and it is not available. |
ProcessControlNotFoundException | |
ProcessDeprecatedException | |
ProcessesNotAvailableException | Class ProcessesNotAvailableException This exception is thrown when not all the processes requested are available. |
ProcessLockedException | A ProcessLockedException is thrown as a result of an
attempt to access to a process and it is locked. |
ProcessNotFoundException | A ProcessNotFoundException is thrown as a result of an
attempt to access an inexistent process. |
ProcessNotVisibleException | |
ProcessUndeployedException | A ProcessUndeployedException is thrown as a result of an
attempt to access to a process and it has been recently undeployed. |
PropertyValueSerializationException | A PropertyValueSerializationException is thrown when there is a invalid property value. |
ProtocolNotSupportedException | |
ReleaseAttachmentException | A ReleaseAttachmentException is thrown when something wrong happen when trying to release
an attachment. |
SessionClosedException | |
SharedParentInstanceBusyException | A SharedParentInstanceBusyException is thrown when a task failed to be executed because another instance copy is executing a task over shared instance. |
TaskAlreadySelectedException | A TaskAlreadySelectedException is thrown when the task has already been selected by other participant. |
TaskCompletedException | A TaskCompletedException is thrown when the task has already been completed by other participant. |
TaskFailedException | A TaskFailedException is thrown whenever a task execution over
an instance fails. |
TaskNotFoundException | A TaskNotFoundException is thrown as a result of an
attempt to access an inexistent task. |
TaskNotRunningException | A TaskNotRunningException is thrown as a result of an
attempt to access a task that no running. |
TaskNotUnselectedException | |
TaskOperationException | A TaskOperationException is thrown when task operation error occurs. |
TaskSelectedByOtherException | |
TasksException | |
TaskTimeoutException | A TaskTimeoutException is thrown when a task timeout expires
while it is being executed. |
TaskUserDisconnectedException | A TaskUserDisconnectedException is thrown when a task fails because
a the user who was executing the task is disconnected by the engine (e.g. |
TaskUserTimeoutException | A TaskUserTimeoutException is thrown when a task fails because
a user timeout has expired. |
TransitionFailedException | |
ViewAlreadyExistException | |
ViewFilterNotAvailableException | |
ViewHasChildrenException | |
ViewNotFoundException | |
ViewsForTypeNotAvailableException |
Contains all the subclasses of any papi OperationException.
PAPI has a defined hierarchy of exceptions. Every exception is a heir of OperationException, after this one, there exist 6 different branches. ProcessOperationException, ViewOperationException, BatchOperationException,ParticipantException,PropertyOperationException,AttachmentOperationException The subclasses of each of this main classes are contained in this package.
|
ALBPM Process API | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |