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

From Daniel Migowski
Subject Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated
Date
Msg-id 4BFE7AFF.4040301@ikoffice.de
Whole thread Raw
In response to Exception 'org.postgresql.util.PSQLException' could not be instantiated  (Krutik Frank <krutikf@We-plan-IT.de>)
List pgsql-jdbc
Am 15.05.2010 18:13, schrieb Krutik Frank:
> 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.
Standard Java Serialization can handle the Exception, so Hession should
cope with the issue.

Regards,
Daniel Migowski

Attachment

pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: New code: Easy PKCS#12 client certificate support for pgjdbc
Next
From: Lew
Date:
Subject: Re: Documentation improvements for PgJDBC