org.apache.avalon.excalibur.datasource
Class NoValidConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.apache.avalon.excalibur.datasource.NoValidConnectionException
All Implemented Interfaces:
java.io.Serializable

public class NoValidConnectionException
extends java.sql.SQLException

Exception that is thrown when there is no valid Connection wrapper available in the ClassLoader.

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

NoValidConnectionException

public NoValidConnectionException()

NoValidConnectionException

public NoValidConnectionException(java.lang.String message)

NoValidConnectionException

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

NoValidConnectionException

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


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.