public class TokenErrorException extends CicsConditionException
Class that represents the CICS TOKENERR condition
| Constructor and Description |
|---|
TokenErrorException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
Constructor to be used when TOKENERR detected in Java code
and a useful message can be supplied, in addition to the original
cause
|
getMessage, getRESP, getRESP2setRootCausepublic TokenErrorException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
s - a description of the problemResp2 - the reason codecause - The original reason for the failure