Generated by
JDiff

Package fuego.papi.exception

Removed Classes
PapiExceptionResources @deprecated Use class fuego.papi.msg.PapiMsg instead
ViewsNotAvailableException Class ViewsNotAvailableException This exception is thrown when not all the views requested are available, this could happen when not all the processes are available.
 

Added Classes
ActivityCannotRunException  
AmbiguousReceiveException BPEL Fault.
AttachmentConfigException  
AttachmentExternalStorageAuthenticationException  
AttachmentHandlerNotAvailableException  
AttachmentNotLockedException This exception is thrown when you want to release an attachment lock but there is no lock on the attachment.
CorrelationAlreadyExistsException  
ExceptionModifier  
IllegalInstanceStateException  
IllegalServiceStateException  
InstanceAlreadyRegisteredException  
InstancesNotFromSameProcessException  
InvalidArgumentException  
InvalidArgumentRuntimeException  
InvalidNoteIdException  
InvalidPresentationTypeException  
OperationNotSupportedRuntimeException  
ParticipantPasswordChangeException  
SendNotificationAttemptFailedException A Notification sender will probably try with more than one receiver if the receiver process version is not specified (Correlations).
TransitionFailedException  
 

Changed Classes
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.
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.
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).
CannotLockInstanceException A CannotLockInstanceException is thrown as a result of an attempt to lock an instance.
CannotSendNotificationException Created by IntelliJ IDEA.
CannotStoreNotificationException A CannotStoreNotificationException is thrown when an attempt to notify a process fails
FilterBatchOperationException  
InstanceNotFoundByCorrelationException  
InstanceNotFoundException A InstanceNotFoundException is thrown as a result of an attempt to access an inexistent instance.
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.
InstanceNotRunningException A InstanceNotRunningException is thrown as a result of an attempt to access an instance but it is not running.
InstancesException Exception thrown when performing a batch operation and some of the instances (or instance items) could not complete the operation.
InvalidArgumentType  
InvalidAttachmentArgumentLengthException This exception is thrown when any argument of the attachment exceeds the limit of the argument length.
InvalidViewTypeException  
NotUniqueTransitionException A NotUniqueTransitionException is thrown when trying to route an instance from one activity that have more than one valid outgoing transition.
PresentationNotFoundException  
ProcessesNotAvailableException Class ProcessesNotAvailableException This exception is thrown when not all the processes requested are available.
SessionClosedException  
TaskNotFoundException A TaskNotFoundException is thrown as a result of an attempt to access an inexistent task.
TasksException