Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated

From: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Exception 'org.postgresql.util.PSQLException' could not be instantiated
Date: 2010-05-27 14:00:31
Message-ID: 4BFE7AFF.4040301@ikoffice.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
dmigowski.vcf text/x-vcard 295 bytes

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2010-05-27 19:41:14 Re: Using java.lang.Character for "char" data type
Previous Message Craig Ringer 2010-05-27 03:44:15 Re: New code: Easy PKCS#12 client certificate support for pgjdbc