|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.co.weft.dbutil.DataStoreException
uk.co.weft.dbutil.ConnectionPoolException
An exception inidcating a failure of the connection pool.
$Log: ConnectionPoolException.java,v $ Revision 1.2.4.1 2005/12/23 10:48:32 simon Brute force tidy up after CVS server crash: this time it should work. Revision 1.2 2003/08/20 09:38:35 simon Code cleanup with eclipse; mostly removal of exccessive includes Revision 1.1 2000/07/28 13:13:07 simon Further work on the connection pool leak problem; this time I think it's fixed. After much tightening up of code the problem was eventually isolated to AuthenticatedForm.preForm(), which did a getConnection() without a corresponding releaseConnection(). Now fixed. Revision 1.1 1999/07/19 18:18:07 simon checkpoint at first nearly working version of BT Homepage editing suite. Primary changes in dbutil are: substantial improvements to the connection pool; and making Context a direct subclass of Hashtable, rather than a wrapper around it. Revision 1.1 1999/07/14 18:05:00 simon The Great Re-engineering
| Constructor Summary | |
ConnectionPoolException(java.lang.String s)
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConnectionPoolException(java.lang.String s)
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||