public class EndOfDataException extends CicsResponseConditionException
Class that represents the CICS ENDDATA condition.
Constructor and Description |
---|
EndOfDataException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when ENDDATA is returned from an API function
and no useful message can be supplied but we do have an original cause.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public EndOfDataException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
cause
- The original reason for the failuremessage
- The textual error associated with this message.resp2
- A secondary identififier associated with this message.responseCode
- The response code returned is the value of EIBRCODE,
a six byte field which contains the CICS response code returned after
the function requested by the last CICS command to be issued by the
task has been completed.