Class DuplicateKeyException

All Implemented Interfaces:
Serializable

public class DuplicateKeyException extends CicsConditionException

Class that represents the CICS DUPKEY condition.

See Also:
Since CICS TS version:
1.3
  • Constructor Details

    • DuplicateKeyException

      public DuplicateKeyException(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.
      Parameters:
      message - a description of the problem
      resp2 - the reason code
      cause - The original cause of the error.
      Since CICS TS version:
      6.1