about exception message



Hi here,

I got a problem in my program. Spring+hibernate+postgresql were used
in my case.
I manipulate data use HibernateTemplate from spring, sometime I do
some operation to break the database constraint, such as insert a
duplicate key record. I obtain the reason of exception by mothed
getMessage(). the following message was presented
"Could not execute JDBC batch update; nested exception is
org.hibernate.exception.ConstraintViolationException: Could not
execute JDBC batch update".
But it's not as me might expect. I wanted the orignal message from the
database.

Appriciate anyone who point me out!

lx
.



Relevant Pages

  • Re: about exception message
    ... "Could not execute JDBC batch update; nested exception is ... I wanted the orignal message from the ...
    (comp.lang.java.programmer)
  • Re: what is Hibernate?
    ... synchronize database state with session ... execute JDBC batch update ...
    (comp.lang.java.programmer)