handleException

virtual void handleException(CclException &except)

except
A CclException object that contains information about the exception just raised.

This method is called whenever an exception is raised. To deal with exceptions, you should always subclass CclECI, and provide your own implementation of handleException. See Handling Exceptions in the CICS® Transaction Gateway: Programming Guide. The default implementation merely throws the exception object.