public class NotFoundException extends CicsConditionException
Constructor and Description |
---|
NotFoundException(java.lang.String s,
int Resp2,
java.lang.Throwable cause)
Constructor to be used when an NOTFND condition is detected in Java
code and a useful message can be supplied.
|
getMessage, getRESP, getRESP2
setRootCause
public NotFoundException(java.lang.String s, int Resp2, java.lang.Throwable cause)
s
- a description of the problemResp2
- the reason codecause
- The original cause of the exception.