Class FormulaNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException
- All Implemented Interfaces:
Serializable
Exception indicating that a formula mapping was encountered where it is not currently supported
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a FormulaNotSupportedException using a standard message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormulaNotSupportedException
public FormulaNotSupportedException()Constructs a FormulaNotSupportedException using a standard message
-