public class InvalidTransactionIdException extends CicsResponseConditionException
| Constructor and Description |
|---|
InvalidTransactionIdException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an TRANSIDERR is detected in Java code
and a useful message can be supplied.
|
getResponseCodegetMessage, getRESP, getRESP2setRootCausepublic InvalidTransactionIdException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
message - a description of the problemresp2 - the reason codecause - The original cause for the problem.responseCode - The response code