Class DataTable.AddRecordException

All Implemented Interfaces:
Serializable
Enclosing class:
DataTable

public static class DataTable.AddRecordException extends RuntimeException
********************************************************************** Exception thrown when attempting to add a record which causes an inconsistency. Most likely this happens when a record with the same primary key(s) already exist in the table.
See Also:
  • Constructor Details

    • AddRecordException

      public AddRecordException(GenericRecord aRecord)
      Constructor
  • Method Details