Class NoPersistenceUnitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.api.jakarta.exceptions.NoPersistenceUnitException
-
- All Implemented Interfaces:
Serializable
public class NoPersistenceUnitException extends RuntimeException
Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we cant find a "persistence-unit" of the specified name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPersistenceUnitException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoPersistenceUnitException
public NoPersistenceUnitException(String msg)
-
-