Class EndOfDataSetIndicatorException

All Implemented Interfaces:
Serializable

public class EndOfDataSetIndicatorException extends CicsResponseConditionException

Class that represents the CICS EODS condition.

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

    • EndOfDataSetIndicatorException

      public EndOfDataSetIndicatorException(String s, int Resp2, byte[] responseCode, Throwable cause)
      Constructor to be used when an EODS 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
      responseCode - the response code
      cause - The original reason for the failure
      Since CICS TS version:
      6.1