Re: unwrapping InvocationTargetException in PGXAConnection.ConnectionHandler - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: unwrapping InvocationTargetException in PGXAConnection.ConnectionHandler
Date
Msg-id alpine.BSO.2.00.1103191848320.28447@leary.csoft.net
Whole thread Raw
In response to unwrapping InvocationTargetException in PGXAConnection.ConnectionHandler  (Florent Guillaume <fg@nuxeo.com>)
List pgsql-jdbc

On Fri, 11 Mar 2011, Florent Guillaume wrote:

> Using a Connection from an XAConnection, we've come across some stack
> traces looking like:
>
> Caused by: java.lang.reflect.UndeclaredThrowableException
>
> So the issue is that although we try to catch SQLException, what's
> actually thrown is an UndeclaredThrowableException wrapping a
> InvocationTargetException wrapping the underlying PSQLException.
>

Yes, your analysis is correct.  This was previously fixed in CVS, but
hasn't made it to a released version yet.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Sean Bowman
Date:
Subject: Re: Problem with executeBatch and "A result was returned when none was expected"
Next
From: Kris Jurka
Date:
Subject: Re: Invalid PSQLState used in connection classes