public class TimedOutException extends CicsResponseConditionException
This exception represents the CICS TIMEDOUT condition
| Constructor and Description |
|---|
TimedOutException(java.lang.String message,
int resp2,
byte[] reasonCode,
java.lang.Throwable cause)
Constructor to be used when an TIMEDOUT is detected in Java code
and a useful message can be supplied.
|
getResponseCodegetMessage, getRESP, getRESP2setRootCausepublic TimedOutException(java.lang.String message,
int resp2,
byte[] reasonCode,
java.lang.Throwable cause)
message - contains the message associated with this exceptionresp2 - contains the corresponding resp2 valuereasonCode - -cause - The original failure which caused this exception.