public class IOErrorException extends CicsResponseConditionException
Class that represents the CICS IOERR condition.
| Constructor and Description |
|---|
IOErrorException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause) |
getResponseCodegetMessage, getRESP, getRESP2setRootCausepublic IOErrorException(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.