org.apache.avalon.excalibur.datasource
Class NoAvailableConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class NoAvailableConnectionException
extends java.sql.SQLException

Exception that is thrown when there are no more Connection objects available in the pool.

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:14 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
NoAvailableConnectionException()
           
NoAvailableConnectionException(java.lang.String message)
           
NoAvailableConnectionException(java.lang.String message, java.lang.String SQLState)
           
NoAvailableConnectionException(java.lang.String message, java.lang.String SQLState, int vendorCode)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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

NoAvailableConnectionException

public NoAvailableConnectionException()

NoAvailableConnectionException

public NoAvailableConnectionException(java.lang.String message)

NoAvailableConnectionException

public NoAvailableConnectionException(java.lang.String message,
                                      java.lang.String SQLState)

NoAvailableConnectionException

public NoAvailableConnectionException(java.lang.String message,
                                      java.lang.String SQLState,
                                      int vendorCode)


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