You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by John McNally <jm...@collab.net> on 2002/03/25 07:33:12 UTC

[pool] patch Base*PoolableObjectFactory

The abstract implementations of the *PoolableObjectFactory interfaces do
not allow Exceptions to be thrown when overriding any of the methods. 
While the interface does allow exceptions to be thrown for most of the
methods.  This patch allows these classes to be used as the parent class
for implementations that will throw Exceptions.

john mcnally