public class InboundSignalException extends CicsResponseConditionException
Class that represents the CICS SIGNAL condition.
Constructor and Description |
---|
InboundSignalException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an SIGNAL is detected in Java code
and a useful message can be supplied.
|
getResponseCode
getMessage, getRESP, getRESP2
setRootCause
public InboundSignalException(java.lang.String message, int resp2, byte[] responseCode, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason coderesponseCode
- An undefined code.cause
- The original reason for the problem.