jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.dbutil
Class ConnectionPoolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.weft.dbutil.DataStoreException
              extended byuk.co.weft.dbutil.ConnectionPoolException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionPoolException
extends DataStoreException

An exception inidcating a failure of the connection pool.

Version:
$Revision: 1.2.4.1 $ This revision: $Author: simon $
  $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

  
Author:
Simon Brooke (simon@weft.co.uk)
See Also:
Serialized Form

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

ConnectionPoolException

public ConnectionPoolException(java.lang.String s)

jacquard 1.12.0 by The Web Engineering Factory and Toolworks