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, getRESP2
setRootCause
public 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