Class WrongStatusException

All Implemented Interfaces:
Serializable

public class WrongStatusException extends CicsResponseConditionException

Class that represents the CICS WRONGSTAT condition.

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

    • WrongStatusException

      public WrongStatusException(String message, int resp2, byte[] responseCode, Throwable cause)
      Constructor to be used when an WRONGSTAT is detected in Java code and a useful message can be supplied.
      Parameters:
      message - a description of the problem
      resp2 - the reason code
      responseCode - -
      cause - The original reason for the error.
      Since CICS TS version:
      6.1