public class CCSIDErrorException extends CicsConditionException
Class that represents the CICS CCSIDERR condition
| Constructor and Description |
|---|
CCSIDErrorException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
Constructor to be used when CCSIDERR is detected in Java code
and a useful message can be supplied.
|
getMessage, getRESP, getRESP2setRootCausepublic CCSIDErrorException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
message - a description of the problemresp2 - the code associated with the errorcause - The original cause of the error.