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