Class PropertyAccessBuildingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.property.access.spi.PropertyAccessBuildingException
-
- All Implemented Interfaces:
Serializable
public class PropertyAccessBuildingException extends HibernateException
Indicates a problem while building aPropertyAccess
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyAccessBuildingException(String message)
PropertyAccessBuildingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-