Re: Exception-handling

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Håkan Jacobsson <hakan(dot)jacobsson99(at)bredband(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Exception-handling
Date: 2006-12-21 14:54:35
Message-ID: 021E5266-98FD-4ECD-8CFD-FBEFE0CAA761@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The only general rule I adhere to is to make sure you clean up your
connections in a finally clause

Dave
On 21-Dec-06, at 5:01 AM, Håkan Jacobsson wrote:

> Hi,
>
> I'm working against a postgresql database (version 8.0 ).
> I was wondering how to handle exceptions properly when doing
> database-related stuff, like queries, inserts etc.
>
> Often when I get an exception (I just catch an SQL exception in the
> catch
> clause) I get a message saying call getNextException(). Should I
> always add
> this code in the catch clause? Or should I always add a catch for
> catching
> postgresql-exceptions? Is there a general rule for this?
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roland Walter 2006-12-21 17:04:40 Re: Exception-handling
Previous Message Håkan Jacobsson 2006-12-21 10:01:21 Exception-handling