public class InvalidTerminalIdException extends CicsConditionException
Class that represents the CICS TERMIDERR condition.
| Constructor and Description |
|---|
InvalidTerminalIdException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
Constructor to be used when an invalid system id is detected in Java
code and a useful message can be supplied, in addition to the original
cause
|
getMessage, getRESP, getRESP2setRootCausepublic InvalidTerminalIdException(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