You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/08/11 16:47:31 UTC

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp DbcpException.java

dirkv       2003/08/11 07:47:31

  Modified:    dbcp/src/java/org/apache/commons/dbcp DbcpException.java
  Log:
  Bugzilla Bug 21229
    ConnectionFactory throws SQLException but implementations don't
  
  Deprecated DbcpException in favor of checked SQLException
  as suggested by Brian Campbell
  
  Revision  Changes    Path
  1.2       +7 -6      jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/DbcpException.java
  
  Index: DbcpException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/DbcpException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DbcpException.java	20 Jul 2002 22:55:34 -0000	1.1
  +++ DbcpException.java	11 Aug 2003 14:47:31 -0000	1.2
  @@ -70,8 +70,9 @@
    * @author Jonathan Fuerth
    * @author Dan Fraser
    * @version $Revision$ $Date$
  - */
  -
  + * 
  + * @deprecated This will be removed in a future version of DBCP.
  + **/
   public class DbcpException extends RuntimeException {