Class InvalidTerminalIdException

All Implemented Interfaces:
Serializable

public class InvalidTerminalIdException extends CicsConditionException

Class that represents the CICS TERMIDERR condition.

See Also:
Since CICS TS version:
1.3
  • Constructor Details

    • InvalidTerminalIdException

      public InvalidTerminalIdException(String s, int Resp2, Throwable cause)
      Constructor to be used when an invalid system id is detected in Java code and a useful message can be supplied, in addition to the original cause
      Parameters:
      s - a description of the problem
      Resp2 - the reason code
      cause - The original reason for the failure
      Since CICS TS version:
      6.1