catchException

This is the function of last resort, used to intercept IccException objects that the application fails to catch. It can be called from the main function in the stub program, listed in ICCMAIN header file, and described in main function. All OO CICS® programs should use this stub or a close equivalent.

static void catchException(IccException&exception)
exception
A reference to an IccException object that holds information about a particular type of exception.