public class EndOfFileException extends CicsConditionException
Class that represents the CICS ENDFILE condition.
| Constructor and Description |
|---|
EndOfFileException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
Constructor to be used when an ENDFILE condition is detected in Java
code and a useful message can be supplied.
|
getMessage, getRESP, getRESP2setRootCausepublic EndOfFileException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
s - a description of the problemResp2 - the reason codecause - The original exception which caused this problem.