com.ibm.cics.server
Class IOErrorException
- 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.IOErrorException
-
- All Implemented Interfaces:
- java.io.Serializable
public class IOErrorException extends CicsResponseConditionException
Class that represents the CICS IOERR condition.
- See Also:
- Serialized Form
- Since CICS TS version:
- 1.3
- Since package version:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor and Description IOErrorException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable 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
-
-
-
-
Constructor Detail
-
IOErrorException
public IOErrorException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
- Parameters:
cause
- The original reason for the problem.message
- A textual message describing the problem.resp2
- A secondary error code associated with the problem.responseCode
- The response code returned is the value of EIBRCODE, a six byte field which contains the CICS response code returned after the function requested by the last CICS command to be issued by the task has been completed.- Since CICS TS version:
- 6.1
- Since package version:
- 1.900.0
-
-