Package com.gpudb

Class BulkInserter.InsertException

    • Constructor Detail

      • InsertException

        public InsertException​(String message)
    • Method Detail

      • 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