public class RecordNotFoundException extends CicsConditionException
Class that represents the CICS NOTFND condition.
Constructor and Description |
---|
RecordNotFoundException(java.lang.String message,
int resp2,
java.lang.Throwable cause) |
getMessage, getRESP, getRESP2
setRootCause
public RecordNotFoundException(java.lang.String message, int resp2, java.lang.Throwable cause)
cause
- The original reason for the problem.message
- A textual message describing the problem.resp2
- A secondary error code associated with the problem.