Package org.h2.jdbc

Class JdbcBatchUpdateException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public final class JdbcBatchUpdateException extends BatchUpdateException
Represents a batch update database exception.
See Also:
  • Field Details

  • Constructor Details

    • JdbcBatchUpdateException

      JdbcBatchUpdateException(SQLException next, int[] updateCounts)
      INTERNAL
      Parameters:
      next - exception
      updateCounts - affected record counts
    • JdbcBatchUpdateException

      JdbcBatchUpdateException(SQLException next, long[] updateCounts)
      INTERNAL
      Parameters:
      next - exception
      updateCounts - affected record counts
  • Method Details