Package com.ibm.cics.server
Class EndOfDataSetIndicatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.cics.server.CicsException
com.ibm.cics.server.CicsConditionException
com.ibm.cics.server.CicsResponseConditionException
com.ibm.cics.server.EndOfDataSetIndicatorException
- All Implemented Interfaces:
Serializable
Class that represents the CICS EODS condition.
- See Also:
- Since CICS TS version:
- 1.3
-
Constructor Summary
ConstructorsConstructorDescriptionEndOfDataSetIndicatorException
(String s, int Resp2, byte[] responseCode, Throwable cause) Constructor to be used when an EODS 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.CicsResponseConditionException
getResponseCode
Methods inherited from class com.ibm.cics.server.CicsConditionException
getMessage, getRESP, getRESP2
Methods inherited from class com.ibm.cics.server.CicsException
setRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EndOfDataSetIndicatorException
Constructor to be used when an EODS 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 coderesponseCode
- the response codecause
- The original reason for the failure- Since CICS TS version:
- 6.1
-