User: osh     
  Date: 01/01/20 07:10:30

  Modified:    src/main/org/jboss/test/testbean/interfaces
                        EntityPKHome.java
  Log:
  Finder methods throw FinderException, not CreateException.
  
  Revision  Changes    Path
  1.2       +1 -1      
jbosstest/src/main/org/jboss/test/testbean/interfaces/EntityPKHome.java
  
  Index: EntityPKHome.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/testbean/interfaces/EntityPKHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EntityPKHome.java 2000/09/27 00:46:32     1.1
  +++ EntityPKHome.java 2001/01/20 15:10:30     1.2
  @@ -12,5 +12,5 @@
           throws RemoteException, CreateException;
   
       public EntityPK findByPrimaryKey(AComplexPK acomplexPK)
  -        throws RemoteException, CreateException;
  +        throws RemoteException, FinderException;
   }
  
  
  

Reply via email to