CollaborationException class

The methods documented in this chapter operate on objects of the CollaborationException class. These objects represent collaboration exceptions. Exceptions might occur during the execution of a collaboration object. The scenario can catch and handle these exceptions. There are two categories of exceptions that a collaboration can handle:

Table 67 lists the methods that this chapter describes.

Table 67.
CollaborationException method summary
Method Description Page
getMessage() Retrieve the message text from the current exception. getMessage()
getMsgNumber() Retrieve the message number of the text associated with the current exception. getMsgNumber()
getSubType() Retrieve the subtype of an exception. getSubType()
getType() Retrieve the collaboration exception type. getType()
toString() Write exception information to a string. toString()

Copyright IBM Corp. 2003, 2004