Package org.datanucleus.api.jakarta.exceptions
Package containing exceptions for DataNucleus Jakarta Persistence
-
Exception Summary Exception Description NoPersistenceUnitException Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we cant find a "persistence-unit" of the specified name.NoPersistenceXmlException Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we cant find any "persistence.xml" files.NotProviderException Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we are not the required provider.