Class NoPersistenceXmlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.api.jakarta.exceptions.NoPersistenceXmlException
-
- All Implemented Interfaces:
Serializable
public class NoPersistenceXmlException extends RuntimeException
Exception thrown when trying to create an EntityManagerFactory for a persistence-unit and we cant find any "persistence.xml" files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPersistenceXmlException(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
-
NoPersistenceXmlException
public NoPersistenceXmlException(String msg)
-
-