Exceptions and exception types
Methods for which exceptions or exception types are listed
throw the CollaborationException exception. Some methods have both exceptions and exception
types listed. Both of these relate to a CollaborationException object and differ as follows:
- An Exception is
a class that is subclassed from CollaborationException. If there is a subclassed exception, you can use it in mapping
to determine more closely the cause of the problem.
- An Exception type is
a piece of data in a CollaborationException object. Collaboration developers use this exception type
to catch exceptions through the Designer user interface. In addition,
all users of BusObj can use this field to determine the reason for a failure
if there is no exception class thrown that is more detailed than CollaborationException.
