com.ibm.cics.server
Class EventErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.cics.server.CicsException
-
- com.ibm.cics.server.CicsConditionException
-
- com.ibm.cics.server.EventErrorException
-
- All Implemented Interfaces:
- java.io.Serializable
public class EventErrorException extends CicsConditionException
Class that represents the CICS EVENTERR condition
- See Also:
- Serialized Form
- Since CICS TS version:
- 4.1
- Since package version:
- 1.200.0
-
-
Constructor Summary
Constructors 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
-
Method Summary
-
Methods inherited from class com.ibm.cics.server.CicsConditionException
getMessage, getRESP, getRESP2
-
Methods inherited from class com.ibm.cics.server.CicsException
setRootCause
-
-
-
-
Constructor Detail
-
EventErrorException
public 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- Parameters:
s
- a description of the problemResp2
- the reason codecause
- The original reason for the failure- Since CICS TS version:
- 6.1
- Since package version:
- 1.900.0
-
-