Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends CicsConditionException
Represents the CICS NOTFND condition.
See Also:
Since CICS TS version:
5.4
  • Constructor Details

    • NotFoundException

      public NotFoundException(String s, int Resp2, Throwable cause)
      Constructor to be used when an NOTFND condition is detected in Java code and a useful message can be supplied.
      Parameters:
      s - a description of the problem
      Resp2 - the reason code
      cause - The original cause of the exception.
      Since CICS TS version:
      6.1