Exception 'org.postgresql.util.PSQLException' could not be instantiated - Mailing list pgsql-jdbc

From Krutik Frank
Subject Exception 'org.postgresql.util.PSQLException' could not be instantiated
Date
Msg-id FE552FAD-2CA5-44B3-83CB-BE4D075CA077@We-plan-IT.de
Whole thread Raw
Responses Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated
Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated
List pgsql-jdbc
Hello,

i have a problem to get a PSQLException. The reason is Hessian as transport layer. Hessian de-/serializes every Object automatically (Java Reflection) and needs for every object an standard constructor without parameters. your actual driver version don't includes a version of org.postgresql.util.PSQLException with a standard constructor without parameters.

The actual version of the driver i use is  8.4-701 JDBC 4 , the version of the database is version 8.3, the hessian version is 4.0.6, the JDK Version is 1.6.0_07, the eclipse version is 3.5.2  and the operating system is Mac OSX Version 10.6.3 (Snow Leopard).

Kind regards,

Frank Krutik
We plan IT GmbH
Auf dem Berlich 26
50667 Köln
HRB 31271
Ust-ID DE197824561

Tel.: +49 221 67774274-0
Mobil: +49 177 7967833


pgsql-jdbc by date:

Previous
From: Hernan Danielan
Date:
Subject: Re: Socket close exception
Next
From: Oliver Jowett
Date:
Subject: Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated