Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1
-
None
-
Operating System: other
Platform: All
-
28619
Description
Unfortunately, the thrown Exceptions are not further thrown or packed into a
new Exception in the method PoolableObjectFactory.validateObject() and
PoolableObjectFactory.activateObject() at the GenericObjectPool.
In the method GenericObjectPool.borrowObject() these two methods are executed
and at an error only a new NoSuchElementException is thrown.