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
public class FormulaNotSupportedException extends HibernateException
Exception indicating that a formula mapping was encountered where it is not currently supported- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormulaNotSupportedException()
Constructs 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
-
-