org.apache.turbine.util.db.pool
Class ConnectionWaitTimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.turbine.util.db.pool.ConnectionWaitTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionWaitTimeoutException
extends java.lang.Exception

Thrown to indicate that

Version:
$Id: ConnectionWaitTimeoutException.java,v 1.1.1.1 2001/08/16 05:09:54 jvanzyl Exp $
Author:
Daniel Rall
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ConnectionWaitTimeoutException(java.lang.String url)
          Creates an wait time out exception for the specified database URL.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ConnectionWaitTimeoutException

public ConnectionWaitTimeoutException(java.lang.String url)
Creates an wait time out exception for the specified database URL.
Parameters:
url - The URL whose connection we were waiting for.


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