Class InstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.InstantiationException
- All Implemented Interfaces:
Serializable
Thrown if Hibernate can't instantiate a class at runtime.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiationException(String message, Class<?> clazz) Constructs anInstantiationException.InstantiationException(String message, Class<?> clazz, Exception cause) Constructs anInstantiationException.InstantiationException(String message, Class<?> clazz, Throwable cause) Constructs anInstantiationException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstantiationException
-
InstantiationException
-
InstantiationException
-
-
Method Details
-
getUninstantiatableClass
-
getMessage
- Overrides:
getMessagein classThrowable
-