Issue 10706: Add exceptions, clarify usage of other exceptions (data-distribution-rtf) Source: PrismTech (Mr. Erik Hendriks, erik.hendriks(at)prismtech.com) Nature: Revision Severity: Summary: Problem: Several new Exceptions need to be introduced in the exception list on page 3-18: · BadParameter - To be thrown when an illegal parameter is used for an operation. An illegal parameter is defined as a NIL pointer · TimeOut - To be thrown during the write operation of the CacheAccess to indicate a time out occurred while trying to write the contents of the CacheAccess. On page 3-48 in section 3.2.1.2 IDL description the exception list should be expanded to include the following two definitions: exception BadParameter {string message;}; exception TimeOut {string message;}; Solution: TBD Resolution: Revised Text: Actions taken: February 12, 2007: received issue Discussion: End of Annotations:===== s is issue # 10706 Add exceptions, clarify usage of other exceptions Problem: Several new Exceptions need to be introduced in the exception list on page 3-18: · BadParameter - To be thrown when an illegal parameter is used for an operation. An illegal parameter is defined as a NIL pointer · TimeOut - To be thrown during the write operation of the CacheAccess to indicate a time out occurred while trying to write the contents of the CacheAccess. On page 3-48 in section 3.2.1.2 IDL description the exception list should be expanded to include the following two definitions: exception BadParameter {string message;}; exception TimeOut {string message;}; Solution: TBD