public class SymbolErrorException extends CicsResponseConditionException
This class represents the CICS SYMBOLERR condition.
| Constructor and Description |
|---|
SymbolErrorException(java.lang.String s,
int Resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an SYMBOLERR is detected in Java code
and a useful message can be supplied, in addition to the original
cause.
|
getResponseCodegetMessage, getRESP, getRESP2setRootCausepublic SymbolErrorException(java.lang.String s,
int Resp2,
byte[] responseCode,
java.lang.Throwable cause)
s - a description of the problemResp2 - the reason coderesponseCode - the response codecause - The original reason for the failure