Skip to main content
Package com.gpudb

Class BulkInserter.InsertException

All Implemented Interfaces:
Enclosing class:

public static final class BulkInserter.InsertException extends GPUdbException
An exception that occurred during the insertion of records into GPUdb.
  • Constructor Details

    • InsertException

      public InsertException(String message)
  • Method Details

    • getURL

      public URL getURL()
      Gets the URL that records were being inserted into when the exception occurred, or null if multiple failover URLs all failed.
      Returns:
      the URL
    • getRecords

      public List<?> getRecords()
      Gets the list of records that was being inserted when the exception occurred.
      Returns:
      the list of records