org.apache.avalon.excalibur.datasource
Class NoAvailableConnectionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
- All Implemented Interfaces:
- java.io.Serializable
- 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.3 $ $Date: 2001/12/11 09:53:28 $
- Author:
- Berin Loritsch
- See Also:
- Serialized Form
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 © 2001 Apache Jakarta Project. All Rights Reserved.