Returns the name of the class responsible for throwing this exception.
Returns an enumeration, described under ClassType in IccBase class, that indicates the type of class which threw this exception.
Returns a pointer to an IccMessage object that contains information on any message associated with this exception.
Returns the name of the method responsible for throwing this exception.
Returns the unique exception number.
This is a useful diagnostic for IBM® service. The number uniquely identifies from where in the source code the exception was thrown.
Returns a string containing a summary of the exception. This combines the className, methodName, number, Type, and IccMessage::text methods into the following form:
CICS exception summary: 094 IccTempStore::readNextItem type=CICSCondition
Returns an enumeration, defined in this class, that indicates the type of exception.
Returns a string representation of the exception type, for example, "objectCreationError", "invalidArgument".