public class TerminalException extends CicsConditionException
Class that represents the CICS TERMERR condition.
| Constructor and Description |
|---|
TerminalException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
Constructor used when TERMERR is returned from an API function and a
useful message can be supplied.
|
getMessage, getRESP, getRESP2setRootCausepublic TerminalException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
message - a description of the problemresp2 - The detail for this errorcause - The original cause of the error.