public class ResourceUnavailableException extends CicsResponseConditionException
| Constructor and Description |
|---|
ResourceUnavailableException(java.lang.String message,
int resp2,
byte[] responseCode,
java.lang.Throwable cause)
Constructor to be used when an ENQBUSY is detected in Java code
and a useful message can be supplied.
|
getResponseCodegetMessage, getRESP, getRESP2setRootCausepublic ResourceUnavailableException(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 failure.