User: jwalters
  Date: 01/04/26 03:39:53

  Modified:    src/main/javax/ejb DuplicateKeyException.java
  Log:
  Split j2ee.jar up into two separate jars, jdbc-ext.jar and j2ee.jar.  Fixed
  a few miscellaneous problems up so jboss and other projects will compile
  properly with these jars.
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-j2ee/src/main/javax/ejb/DuplicateKeyException.java
  
  Index: DuplicateKeyException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/ejb/DuplicateKeyException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DuplicateKeyException.java        2001/03/30 11:37:51     1.1
  +++ DuplicateKeyException.java        2001/04/26 10:39:53     1.2
  @@ -13,7 +13,7 @@
    * exists. This exception is thrown by the create methods defined in an
    * enterprise Bean's home interface.
    */
  -public class DuplicateKeyException extends Exception {
  +public class DuplicateKeyException extends CreateException {
   
     /**
      * Constructs an DuplicateKeyException with no detail message. 
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to