Package org.hibernate.query.results
Class MissingSqlSelectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.query.results.MissingSqlSelectionException
- All Implemented Interfaces:
Serializable
Indicates that a column defined as part of a SQL ResultSet mapping was not part
of the query's ResultSet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingSqlSelectionException
(String message) MissingSqlSelectionException
(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
-
MissingSqlSelectionException
-
MissingSqlSelectionException
-