public class ReadAttentionException extends CicsResponseConditionException
Class that represents the CICS RDATT condition.
Constructor and Description |
---|
ReadAttentionException(java.lang.String s,
int Resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an RDATT is detected in Java code
and a useful message can be suppliedm in addition to the original
cause.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public ReadAttentionException(java.lang.String s, int Resp2, byte[] responseCode, java.lang.Throwable cause)
s
- a description of the problemResp2
- the reason coderesponseCode
- the response codecause
- The original reason for the failure