Package org.hibernate.boot.models
Class AccessTypeDeterminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.boot.models.AccessTypeDeterminationException
- All Implemented Interfaces:
Serializable
Indicates that
AccessType
could not be
determined- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTypeDeterminationException
(org.hibernate.models.spi.ClassDetails managedClass) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessTypeDeterminationException
public AccessTypeDeterminationException(org.hibernate.models.spi.ClassDetails managedClass)
-