public class NoSpaceException extends CicsConditionException
Constructor and Description |
---|
NoSpaceException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
Constructor to be used when an NOSPACE is detected in Java code and a
useful message can be supplied.
|
getMessage, getRESP, getRESP2
setRootCause
public NoSpaceException(java.lang.String message, int resp2, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason codecause
- The original reason for this problem.