Class CoercionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.type.descriptor.java.CoercionException
- All Implemented Interfaces:
Serializable
A problem converting between JDBC types and Java types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoercionException
(String message) CoercionException
(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
-
CoercionException
-
CoercionException
-