Class DuplicateKeyException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public final class DuplicateKeyException extends PortableSQLException
Indicates when a duplicate key exception is thrown from the database.
See Also:
  • Constructor Details

    • DuplicateKeyException

      public DuplicateKeyException(SQLException nativeException)
    • DuplicateKeyException

      public DuplicateKeyException(String reason)
    • DuplicateKeyException

      public DuplicateKeyException()
    • DuplicateKeyException

      public DuplicateKeyException(String reason, String state, int errCode)