Package org.hibernate.query
Class QueryTypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.query.QueryTypeMismatchException
-
- All Implemented Interfaces:
Serializable
public class QueryTypeMismatchException extends HibernateException
Indicates a mismatch between the expected and actual result types of a query.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryTypeMismatchException(String message)
QueryTypeMismatchException(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
-
-