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