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

public class ConnectionWaitTimeoutException
extends java.lang.Exception

Thrown to indicate that

Version:
$Id: ConnectionWaitTimeoutException.java,v 1.5 2002/11/26 23:46:56 mpoeschl Exp $
Author:
Daniel Rall
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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, 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)
Creates an wait time out exception for the specified database URL.

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


Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.