Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
Chapter 12      Helper Classes
CCtiOsException Class (C++ and Java only)
12-34
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Parameters
None.
Return Values
Returns an integer error code that generated the exception. The errors are 
described in the Cilerror.h include file – see also 
GetStatus
The GetStatus method returns the error status that generated the exception.
Syntax
C++ and Java: 
int GetStatus ();
Parameters
None.
Return Values
Returns an integer error status that generated the exception.
GetString
The GetString method returns a text string containing the description of the 
exception.
Syntax
C++: 
const char* GetString();
Java: 
String GetString();