public class LoadingException extends CicsResponseConditionException
Class that represents the CICS LOADING condition.
Constructor and Description |
---|
LoadingException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an LOADING is detected in Java code and a
useful message can be supplied.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public LoadingException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason codecause
- The original reason for this 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.