org.apache.torque.pool
Class ConnectionWaitTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.torque.pool.ConnectionWaitTimeoutException
All Implemented Interfaces:
java.io.Serializable

Deprecated. as of version 3.1

public class ConnectionWaitTimeoutException
extends java.lang.Exception

Thrown to indicate that

Version:
$Id: ConnectionWaitTimeoutException.java,v 1.6.2.2 2004/05/20 04:36:05 seade Exp $
Author:
Daniel Rall
See Also:
Serialized Form

Constructor Summary
ConnectionWaitTimeoutException(java.lang.String url)
          Deprecated. Creates an wait time out exception for the specified database URL.
 
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

ConnectionWaitTimeoutException

public ConnectionWaitTimeoutException(java.lang.String url)
Deprecated. 
Creates an wait time out exception for the specified database URL.

Parameters:
url - The URL whose connection we were waiting for.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.