Class InvalidQueueIdException

All Implemented Interfaces:
Serializable

public class InvalidQueueIdException extends CicsConditionException

Class that represents the CICS QIDERR condition.

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

    • InvalidQueueIdException

      public InvalidQueueIdException(String message, int resp2, Throwable cause)
      Constructor used when an invalid queue id is detected in Java code and a useful message can be supplied.
      Parameters:
      message - a description of the problem
      resp2 - the reason code
      cause - The cause for this error being raised.
      Since CICS TS version:
      6.1