Uses of Class
jakarta.ejb.CreateException
-
Packages that use CreateException Package Description jakarta.ejb Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container. -
-
Uses of CreateException in jakarta.ejb
Subclasses of CreateException in jakarta.ejb Modifier and Type Class Description class
DuplicateKeyException
The DuplicateKeyException exception is thrown if an entity EJB object or enterprise bean local object cannot be created because an object with the same key already exists.
-