public class InvalidQueueIdException extends CicsConditionException
Class that represents the CICS QIDERR condition.
Constructor and Description |
---|
InvalidQueueIdException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
Constructor used when an invalid queue id is detected in Java code
and a useful message can be supplied.
|
getMessage, getRESP, getRESP2
setRootCause
public InvalidQueueIdException(java.lang.String message, int resp2, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason codecause
- The cause for this error being raised.