Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Manipulating Import Data Using TIBCO Object Service Broker : Handling TIBCO Object Service Broker Requests

Handling TIBCO Object Service Broker Requests
The TIBCO Object Service Broker runtime environment signals system exceptions to permit an application to recover from an error. A three-level hierarchy of exceptions exists. The ERROR exception is the top of the hierarchy and is intended to be a catchall exception. Each exception traps the exceptions appear below it in the hierarchy.
All errors encountered when accessing external data through the IMP tables are trapped under one of the following exceptions:
ERROR Exception
An ERROR exception indicates that an error is detected and no lower-level exception exists in the application.
ACCESSFAIL Exception
An ACCESSFAIL exception indicates that a table access error is detected. The only valid exception under an ACCESSFAIL exception is a GETFAIL, indicating that no occurrence satisfies the selection criteria.
INTEGRITYFAIL Exception
An INTEGRITYFAIL exception indicates an attempt to violate data integrity is detected. The following exceptions are valid under a this exception:
 
See Also
TIBCO Object Service Broker Programming in Rules for more information on exceptions.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved