public class NotAllocatedException extends CicsConditionException
Constructor and Description |
---|
NotAllocatedException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
A resource cannot be allocated.
|
getMessage, getRESP, getRESP2
setRootCause
public NotAllocatedException(java.lang.String message, int resp2, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason codecause
- The original reason for the error.