Package org.hibernate.query
Class NotIndexedCollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.QueryException
-
- org.hibernate.query.SemanticException
-
- org.hibernate.query.NotIndexedCollectionException
-
- All Implemented Interfaces:
Serializable
public class NotIndexedCollectionException extends SemanticException
Indicates an attempt to use a non-indexed collection as indexed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotIndexedCollectionException(String message)
-
Method Summary
-
Methods inherited from class org.hibernate.QueryException
generateQueryException, getMessage, getOriginalMessage, getQueryString, wrapWithQueryString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotIndexedCollectionException
public NotIndexedCollectionException(String message)
-
-