Class PropertyAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.property.access.spi.PropertyAccessException
- All Implemented Interfaces:
Serializable
Indicates a problem reading or writing value from/to a persistent property.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyAccessException
(String message) PropertyAccessException
(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
-
Constructor Details
-
PropertyAccessException
-
PropertyAccessException
-