Re: java.sql.BatchUpdateException - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: java.sql.BatchUpdateException
Date
Msg-id Pine.BSO.4.61.0512211601080.24643@leary.csoft.net
Whole thread Raw
In response to java.sql.BatchUpdateException  ("Averbukh Stella" <Stella.Averbukh@arbitron.com>)
List pgsql-jdbc

On Wed, 21 Dec 2005, Averbukh Stella wrote:

> nested exception is: java.sql.BatchUpdateException: Batch entry 0 INSERT
> INTO test_stream (id, code, start_utc, end_utc, start_local, end_local,
> tz_code, update_session) VALUES (302432-1, DOCK, 20041209100000,
> 20041209115715, 20041209040000, 20041209055715, SD, 20051221_21) was
> aborted.  Call getNextException to see the cause.;
>

This error message only tells you that an error has occurred.  As it
suggests, you must call getNextException to see the underlying problem.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Averbukh Stella"
Date:
Subject: java.sql.BatchUpdateException
Next
From: Mike Charnoky
Date:
Subject: Driver compatibility with 7.3 server