Re: java.sql.BatchUpdateException

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: java.sql.BatchUpdateException
Дата
Msg-id Pine.BSO.4.61.0512211601080.24643@leary.csoft.net
обсуждение исходный текст
Ответ на java.sql.BatchUpdateException  ("Averbukh Stella" <Stella.Averbukh@arbitron.com>)
Список 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 по дате отправления:

Предыдущее
От: "Averbukh Stella"
Дата:
Сообщение: java.sql.BatchUpdateException
Следующее
От: Mike Charnoky
Дата:
Сообщение: Driver compatibility with 7.3 server