org.apache.avalon.excalibur.datasource
クラス NoAvailableConnectionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
- すべての実装インタフェース:
- 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.
- 導入されたバージョン:
- 4.1
- バージョン:
- CVS $Revision: 1.3 $ $Date: 2001/12/11 09:53:28 $
- 作成者:
- Berin Loritsch
- 関連項目:
- 直列化された形式
クラス java.sql.SQLException から継承したメソッド |
getErrorCode, getNextException, getSQLState, setNextException |
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
クラス 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."