public class InvalidRetrieveOptionException extends CicsResponseConditionException
Constructor and Description |
---|
InvalidRetrieveOptionException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause) |
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public InvalidRetrieveOptionException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
cause
- The original reason for the problem.message
- A textual message describing the problem.resp2
- A secondary error code associated with the problem.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.