Class InstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.query.sqm.sql.internal.InstantiationException
- All Implemented Interfaces:
Serializable
Indicates a problem performing a dynamic instantiation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiationException
(String message) InstantiationException
(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
-
InstantiationException
-
InstantiationException
-