public class EndOfChainIndicatorException extends CicsResponseConditionException
Class that represents the CICS EOC condition.
Constructor and Description |
---|
EndOfChainIndicatorException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an EOC is detected in Java code
and a useful message can be supplied.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public EndOfChainIndicatorException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason coderesponseCode
- an undefined response codecause
- The original reason for the problem.