Package com.ibm.cics.server
Class DuplicateKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.cics.server.CicsException
com.ibm.cics.server.CicsConditionException
com.ibm.cics.server.DuplicateKeyException
- All Implemented Interfaces:
Serializable
Class that represents the CICS DUPKEY condition.
- See Also:
- Since CICS TS version:
- 1.3
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateKeyException
(String message, int resp2, Throwable cause) Constructor to be used when a disabled file is detected in Java code and a useful message can be supplied. -
Method Summary
Methods inherited from class com.ibm.cics.server.CicsConditionException
getMessage, getRESP, getRESP2
Methods inherited from class com.ibm.cics.server.CicsException
setRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateKeyException
Constructor to be used when a disabled file is detected in Java code and a useful message can be supplied.- Parameters:
message
- a description of the problemresp2
- the reason codecause
- The original cause of the error.- Since CICS TS version:
- 6.1
-