public class DuplicateKeyException extends CicsConditionException
Class that represents the CICS DUPKEY condition.
Constructor and Description |
---|
DuplicateKeyException(java.lang.String message,
int resp2,
java.lang.Throwable cause)
Constructor to be used when a disabled file is detected in Java
code and a useful message can be supplied.
|
getMessage, getRESP, getRESP2
setRootCause
public DuplicateKeyException(java.lang.String message, int resp2, java.lang.Throwable cause)
message
- a description of the problemresp2
- the reason codecause
- The original cause of the error.