public class ResourceDisabledException extends CicsConditionException
Class that represents the CICS DISABLED condition for any CICS resource.
Constructor and Description |
---|
ResourceDisabledException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
Constructor to be used when an invalid system id is detected in Java
code and a useful message can be supplied.
|
getMessage, getRESP, getRESP2
setRootCause
public ResourceDisabledException(java.lang.String s, int Resp2, java.lang.Throwable cause)
s
- a description of the problemResp2
- the reason codecause
- The original reason for the failure