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