aspose file tools
The moose likes Java in General and the fly likes Exception reporting through JPA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Exception reporting through JPA" Watch "Exception reporting through JPA" New topic
Author

Exception reporting through JPA

Shridhar Raghavan
Ranch Hand

Joined: May 27, 2010
Posts: 71
Hi,

I am using JPA for persistence. While developing my application i need to be able identify the invividual exceptions thrown to apply differing presentations. For eg : i need to show a different message when the db server is down, something else when the user has submit invalid data etc. How do i accomplish this if the JPA API just throws "it's own" wrapped exception while trying to do a CRUD operation to the database
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Exception reporting through JPA
 
Similar Threads
Do you think JPA will achieve what JDO could not?
Errors with marking action method as @transactional
Books, books, books.. Mastering EJB 3.0
difference betweet Hibernate and JPA
java persistence api transaction problem