Uses of Class
javax.ejb.CreateException

Packages that use CreateException
javax.ejb The javax.ejb package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. 
 

Uses of CreateException in javax.ejb
 

Subclasses of CreateException in javax.ejb
 class DuplicateKeyException
          The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.