public class WrongStatusException extends CicsResponseConditionException
Class that represents the CICS WRONGSTAT condition.
| Constructor and Description |
|---|
WrongStatusException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an WRONGSTAT is detected in Java code
and a useful message can be supplied.
|
getResponseCodegetMessage, getRESP, getRESP2setRootCausepublic WrongStatusException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
message - a description of the problemresp2 - the reason coderesponseCode - -cause - The original reason for the error.