[EMAIL PROTECTED] wrote:

> Lance J. Andersen wrote:
> 
>>
>> I am not fond of a Singleton of a SQLException but that is just me.
> 
> 
> You would at least need to have one per thread.


Why? If I have a singleton as a static and never modify it, I can safely
throw it in multiple threads. It will have the fixed meangingless stack
trace, but this to handle a special case.

Dan.

Reply via email to