IccException class

IccException class contains information about CICS® Foundation Class exceptions.

  • IccBase
    • IccException

It is used to create objects that are 'thrown' to application programs. They are generally used for error conditions such as invalid method calls, but the application programmer can also request an exception is thrown when CICS raises a particular condition.

Header file: ICCEXCEH
Samples: ICC$EXC1, ICC$EXC2, ICC$EXC3